bbb
bbb

Reputation: 1

Android MapView like

I would like to implement a Mapview like in my app :
- A background (the map, tiled or not) which is a Bitmap
- An overlay with POI

The map should reacts to user zoom/move.

Is it possible to use MapView/MapActivity for this (without connection to Google Maps at all) ?

Upvotes: 0

Views: 215

Answers (1)

Kevin Qiu
Kevin Qiu

Reputation: 1626

take a look at mapforge it lets you use offline maps.

Upvotes: 1

Related Questions