0

I'm making an application with google maps (or maps at least) and i've a problem. I want it to work offline. Though I cant find how to do that with google maps.

1 - What other sdk can I use to replace it? Any tutorial how to implement it?

Also, using this post, I need to define the limit of zoom in the application (I mean, it can only go from 16-18). How can I do that?

Thanks for you time!

Cafn
  • 137
  • 1
  • 8
  • 26
  • That is two questions. The zoom levels can be limited like this: http://stackoverflow.com/questions/3818016/google-maps-v3-limit-viewable-area-and-zoom-level. Tutorials recommendations are off topic, but it is certainly very doable. – John Powell Aug 26 '14 at 09:53

1 Answers1

1

Actually, that's against Google's terms of service, so I wouldn't bother trying to devise a solution.

OpenStreetMap is probably better suited to this, simply because is open, so you are mostly free to do what you want with it. This should get you started.

Community
  • 1
  • 1
Clyde W
  • 123
  • 7