Jamie
Jamie

Reputation: 171

Android - Use map tiles offline

I am using Google Maps in my application. Part of the specification is to be able to view the map offline.

I have a set of custom map tile images spanning across an area of the UK, how do I got about displaying those tiles over the google map view?

Upvotes: 2

Views: 1877

Answers (2)

JaakL
JaakL

Reputation: 4295

We have created Nutiteq Maps SDK which enables it also. It has GPL and commercial license options, works with OpenStreetMap and any other commercial vendors which provide tiles (Bing, Mapquest, Digitalglobe, Navteq etc)

Upvotes: 1

Ollie C
Ollie C

Reputation: 28509

CloudMade are working on an Android SDK for OpenStreetMap, that may be worth looking at as/when it arrives. I believe there are also existing open-source OSM SDKs for Android. You're likely to find much more flexibility in those solutions (and source code) compared to GMaps.

Upvotes: 2

Related Questions