suja
suja

Reputation: 1278

Is there a way to cache map locally

Am using Google Maps Android V2 in my application. It take too much time to load. do make use of markers to point some particular location. So I was wondering is there a way to cache map or to store a particular area.Is it possible in my app..??

EDIT

In default Maps app we can cache the on screen map. How do they do that..??

Upvotes: 0

Views: 557

Answers (2)

JanBo
JanBo

Reputation: 2933

I would advise against such actions(caching the map somehow and displaying it) since it is forbidden by Google terms of use.

There isnt an offline version of Google maps for android(or i am not aware of it, since i couldnt find it when needed a year ago)...the solution is to go with different map api if you really require this.

Are you doing some extensive calculations for your map marker or database work, etc..?

For example i didnt experience slow loading times with google maps when using regular data service internet and loading around 350 map markers on predefined positions...

Upvotes: 1

Pradip
Pradip

Reputation: 3177

Please check out this answer, how to use google map in offline app. This is based on osmdroid and also be aware of Google terms of use googleMap.

Upvotes: 1

Related Questions