I did some research about a question but didn’t find any answer. And now, I’m wondering if this is possible to do.
More details : I would like to to create a function that take a city in input and return a location (lat + long) randomly inside the city. The problem is that I don’t know anything about the city boundaries.
I’m working on api v3 javascript
Do you have an idea of how i can do ?
Thank you
Just use the geocoding service as shown in this example from the documentation