Waypoint
Waypoint

Reputation: 17743

Android - custom MapView

I am planning to enlarge my application funcionality with maps. I have seen two Map View possibilities. There is default MapView by Google and custom made MapView by OSMdroid. I have custom maps, that aren't supported. Is there any guide or any help, how to write my own MapView, which will accept my locally stored maps?

Thanks

Upvotes: 0

Views: 1203

Answers (1)

Lawrence D'Oliveiro
Lawrence D'Oliveiro

Reputation: 2774

Basically, you want to show a 2D-scrollable view of some complex graphics, while trying to minimize memory usage? Maybe this sample code might help.

Upvotes: 1

Related Questions