Created
September 16, 2019 10:03
-
-
Save adamdriscoll/1c3b7a7f0db516e3a262efed5cbcb5cf to your computer and use it in GitHub Desktop.
Geocoding API call for UDMap
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$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