Skip to content

Instantly share code, notes, and snippets.

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

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

Select an option

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