ios - how to get specific area co-ordinates in google map -


i have app need show area selected based on co-ordinates google map.

i know can draw area using polyline, not getting latitude/ longitude specific area.

e.x. when search 85281, below result get.

enter image description here

we looking way zillow rentals have applied in app.

enter image description here

currently google maps api doesn't expose boundaries of geographic features. there old feature request in google issue tracker add functionality, looks google didn't set high priority on task:

https://issuetracker.google.com/issues/35816953

feel free star public feature request express interest , subscribe notifications.

also, can find workaround polygons other sources , add them google maps additional layers.

the nice workaround polygons in geojson format osm described in following answer:

https://stackoverflow.com/a/40172098/5140781

so, if download geojson able add map:

https://developers.google.com/maps/documentation/ios-sdk/utility/kml-geojson#render-geojson-data

i hope helps!


Comments

Popular posts from this blog

Sort a complex associative array in PHP -

vb.net - How to ignore if a cell is empty nothing -

recursion - Can every recursive algorithm be improved with dynamic programming? -