Google maps (doubt)

-1

Good day valuable community!

I would need to know how I can validate an address in google maps and tell it that if it is outside the range of latitude it is not validated. This is very difficult to do? Is any type of sdk other than the static map used?

Thank you very much!

Greetings.

    
asked by Andres Matias 30.10.2018 в 14:37
source

1 answer

0

You could make a request with the google api: Geocoder and specify the region when you make the query, if the status of the answer is different from ok , it means that it is not within the specified region. Here you can find information on what I just mentioned link

    
answered by 18.11.2018 в 02:21