Hello I'm developing an Android application where I need to access Google Maps. I want to store some small map parts to mobile device, because using internet abroad is expensive.
Checking the TOS it says: You may not store and serve copies of images generated using the Google Static Maps API from your website. so in my case: - application talks to service (my website), - service talks to Google Static Maps through API - and returns a image source url back to Android application - Android application then stores image locally In this process, no maps are stored on my website, only on mobile device. Can I store images generated using the Google Static Maps API on my/ user mobile device? Best regards, Erol -- You received this message because you are subscribed to the Google Groups "Google Maps API" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-maps-api?hl=en.
