Using the geocode/reverse geocode APIs
Using the geocode/reverse geocode APIs
The following code example uses addresses to search for coordinates (Geocode) or uses coordinates to search for addresses (Reversegeocode) by using the Service object of the Geocoder submodule.
Entering an address in the input box will take you to the coordinates of the address, and clicking a map will use the TM128 coordinates of the clicked point to search for the address.