Google Geocoding returning totally different result from Google Map

前端 未结 2 1950
故里飘歌
故里飘歌 2020-12-21 08:02

For the location of

Charles La Trobe P-12 College,Victoria,Australia

Google maps produce the exact location of said college.

However, when requested

2条回答
  •  时光说笑
    2020-12-21 08:36

    After reading through lot of answers i came across this solution that Gecoder is used to find the nearest postal addresses.To get Local Business Data use Google Places API

    https://developers.google.com/places/web-service/search#PlaceSearchRequests

    it can be done like this

    https://maps.googleapis.com/maps/api/place/textsearch/json?query=someplacename&key=key
    

提交回复
热议问题