Skip to content

Instantly share code, notes, and snippets.

@stdavis
Created July 25, 2012 14:20
Show Gist options
  • Select an option

  • Save stdavis/3176424 to your computer and use it in GitHub Desktop.

Select an option

Save stdavis/3176424 to your computer and use it in GitHub Desktop.
Current Geocode Method
var params = {
url: 'http://dagrc.utah.gov/beta/WebApi/api/geocode/' + street + '/' + zip,
load: onSuccess,
error: onError,
content: {
format: 'esrijson'
}
};
dojo.xhrGet(params);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment