Skip to main content

Geocode within DisplayCaptureGeometry

Comments

1 comment

  • Permanently deleted user

    Hi Mark,

    You can certainly use the geocode activity to find a stop by address. You will need a DisplayForm that the user can enter the address into, and then that address can be passed to the geocoding activity. The result of the geocoding activity is a collection of AddressCandidates, and you can get the geometry of the result by using addressCandidate.Location()

    If you want to keep the option of selecting a point on the map, you can add a fourth button to the DisplayCaptureGeometry, which when clicked, links back to the DisplayForm above where they can enter the address.

    -Victoria

    0

Please sign in to leave a comment.