Is it permitted to use the Google Maps API (ver 2) in offline mode if I use OpenStreet tiles?

If so, how can I do this? I can store the Google JS file locally (main.js). What else do I need to do?

link|improve this question

57% accept rate
feedback

1 Answer

up vote 0 down vote accepted

It is not permitted according to the Terms Of Service

http://code.google.com/apis/maps/terms.html

It is also unlikely to work, as the API Javascript is designed only to work online e.g. it must be able to talk to Googles servers.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.