1
I know google provides its api for maps. I would like to record addresses but also the coordinates, that when the user read these coordinates, already showed on his screen or in his App, the map of the searched address. How do I get the coordinates from a given address? Type:
Av. Nossa Senhora de Copacabana, 256 - Cep: xx.xxx-999
That’s just a random address, just an example.
Use the maps Geocode API: API Address to Coordinates
– Guilherme Biancardi