Hello is it possible to select custom address after geocoding? Like in image below?
Also can look on this link from Google maps: click here
Hello is it possible to select custom address after geocoding? Like in image below?
Also can look on this link from Google maps: click here
This is currently not available directly in the Maps API. However, if you had the polygon boundaries of the region, you could create a polygon overlay.
The Twitter-API has a service that returns those polygon-boundaries.
Use a tool to create the boundary by creating it and it will get converted into a JSON file... Use the coordinates of the JSON file to create the polygon....