google-maps-engine

Google maps API - get my custom map [closed]

≯℡__Kan透↙ 提交于 2020-01-11 09:32:30
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 2 years ago . I was searching in Google APIs a way to download my map (google.com/mymaps). By downloading a map I mean POIs. I found nothing except the Google mapsengine api, but there are 2 problems: map id of my map is not suitable for mapsengine api - https://developers.google.com/maps-engine/documentation/reference/v1

Google maps API - get my custom map [closed]

删除回忆录丶 提交于 2020-01-11 09:32:11
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 2 years ago . I was searching in Google APIs a way to download my map (google.com/mymaps). By downloading a map I mean POIs. I found nothing except the Google mapsengine api, but there are 2 problems: map id of my map is not suitable for mapsengine api - https://developers.google.com/maps-engine/documentation/reference/v1

Google Maps API and DynamicMapsEngineLayer: Loop Over Features in the Map

左心房为你撑大大i 提交于 2019-12-11 02:59:17
问题 [Edit APRIL 2, 2014] I want to emphasize something. My scenario does not have a user event driving it to trigger an event listener. I know the Maps API documentation shows how to get a feature's featureId property from a MapsEngineMouseEvent . But my scenario needs to get the feature's featureId programmatically. I've also tried programmatically "faking" a click, but that doesn't work either. (It seems the event object can't be instantiated??) My hunch is, the solution to this either 1) doesn

How to cache/download google map v2 tile programmatically?

*爱你&永不变心* 提交于 2019-12-05 13:16:54
问题 How to cache/download google map v2 tile programmatically?, is it possible? Bcos according to this prntscr.com/3cyiqf its not possible but as I have seen this link TileProvider using local tiles I thought that if Android provides TileProvider class to load/use tile from the asset than it should be something available for caching/downloading a tile programmatically/run time My Actual requirement is : If user is connected with internet at that time he can able to download/cache a tile of

How to cache/download google map v2 tile programmatically?

好久不见. 提交于 2019-12-04 00:09:52
How to cache/download google map v2 tile programmatically?, is it possible? Bcos according to this prntscr.com/3cyiqf its not possible but as I have seen this link TileProvider using local tiles I thought that if Android provides TileProvider class to load/use tile from the asset than it should be something available for caching/downloading a tile programmatically/run time My Actual requirement is : If user is connected with internet at that time he can able to download/cache a tile of specific area or he can download/cache, visible map in the phone screen only and whenever he goes offline at

Google maps API - get my custom map [closed]

走远了吗. 提交于 2019-12-01 19:16:06
I was searching in Google APIs a way to download my map (google.com/mymaps). By downloading a map I mean POIs. I found nothing except the Google mapsengine api, but there are 2 problems: map id of my map is not suitable for mapsengine api - https://developers.google.com/maps-engine/documentation/reference/v1/maps/getPublished returns 404 maps creation in maps engine is not so easy as it is in my maps. The problem is my client wants an Android App that shows map he created before. And he wants to create it using google my maps. Question is there any API that allows me to download that data? Or