Searching nearest geo objects by google places api -
Searching nearest geo objects by google places api -
i need write little programme create searching of category of objects (airports example) near geo point. places api have limit radius length of 50 000 meters. seems using of longer radius has no sense.
but saw when opened google maps in browser , type 'airport' in search input i'll got airports google found in map part bounded browser window. if want more airports i'll zoom out , receive results bigger region. seems google has tools kind of searching.
so question - how can kind of searching using google maps api, searching radius more 50 000 meters?
let me know if find proper solution. can think of work around load airports/category objects , setcenter geo point , set zoom in plenty can focus 1 or 2 near airport/object geo point have.
google-maps google-places-api
Comments
Post a Comment