-
Notifications
You must be signed in to change notification settings - Fork 23
Address Geocoding
Andrii Butenko edited this page Feb 22, 2018
·
3 revisions
To geocode address from string representation (like to USA, WA, Redmond, 1 Microsoft way) to longitude/latitide you can use "Geocode Address" step. Before you start you have to get a valid BingMap key. To make this key available to Ultimate Workflow Toolkit add it to solution settings using "Configuration" tab of solution:
Once this is done you can use "UWT: System: Geocode Address" in your workflow:
After step is added click "Set Properties", populate "Address" input with address you want to geocode and click "Save and Close":
Once this is done result of step becomes available in workflow and you can check if geocoding was successful and if it was - use retrieved coordinates (for example store it in record address of which was geocoded):