How can we integrate custom maps in Android?
How can we integrate custom maps like golf course maps etc in Android Application? What is the procedure开发者_如何转开发? Generally custom maps can be vector based or images.
To my knowledge you cannot do it with Google Maps.
But You can use osmdroid that allows you to have custom map tiles: http://code.google.com/p/osmdroid/wiki/ModularTileProviderArchitecture
精彩评论