Skip to content

Instantly share code, notes, and snippets.

@adamdriscoll
Created September 16, 2019 10:03
Show Gist options
  • Save adamdriscoll/1c3b7a7f0db516e3a262efed5cbcb5cf to your computer and use it in GitHub Desktop.
Save adamdriscoll/1c3b7a7f0db516e3a262efed5cbcb5cf to your computer and use it in GitHub Desktop.
Geocoding API call for UDMap
$item = Invoke-RestMethod "https://geocoder.cit.api.here.com/6.2/geocode.json?searchtext=Hailey, Idaho&app_id=1111111&app_code=222222222&gen=8"
$position = $item.response.view.result.location.displayposition
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment