Address validation using Google Maps API

前端 未结 10 2114
再見小時候
再見小時候 2020-11-29 18:32

I have a task to validate addresses entered into a system I am currently creating. The system requires that address entered are validated against a valid data source. In the

10条回答
  •  一生所求
    2020-11-29 19:02

    Google's geocoding api does what want you want. As Xerus points out, as long as you are not using the geocoded points on a non-google Map, you should be good (terms of service). Specifically,

    3.1 Use without a Google Map. Customer may use Google Maps Content from the Geocoding API in Customer Applications without a corresponding Google Map.
    
    
    3.3 No use with a non-Google map.  Customer must not use Google Maps Content from the Geocoding API in conjunction with a non-Google map.
    

提交回复
热议问题