nbourses / oyeok_web

http://www.oyeok.in
0 stars 0 forks source link

Twitter Bounding Box Lat Long Geofence Data API #10

Closed gomaimayuresh closed 8 years ago

gomaimayuresh commented 8 years ago

@sagungargs @shlokspeare https://dev.twitter.com/rest/reference/get/geo/id/%3Aplace_id

gomaimayuresh commented 8 years ago

m trying to get (specified) region borders as GMaps coordinates (to form a polyline) from Google Maps. Is this possible in some way? (either from maps.google.com or my own GMaps in my own domain).

Note: I know you can draw/outline regions manually with tools intended for it (like http://www.birdtheme.org/useful/v3tool.html), but covering a large region ACCURATELY is a ton of work. The draw-it-yourself answer is not an option in this case.

Example:

https://maps.google.com/ -> type in "Uusimaa, Finland" You can see the pink-ish border that outlines the wanted region That border is the polyline that I need the coordinates of Requirements:

Extract the region data coordinates (if available) from a given search (as in the example) If the previous is not possible, a source to an ACCURATE map of the region "Uusimaa, Finland" is required (plain googling did not yield needed results).

gomaimayuresh commented 8 years ago

https://developers.google.com/maps/documentation/android-api/utility/?hl=en