How to display a custom map on Android [closed]
I'm trying to make an Android application that displays a map of a Park and when a user taps on a certain location on the map, the application goes to another screen. Problem is that currently my map of the park is in a .jpg format. Which mapping API is best for my application and how would I go about converting this .jpg map into a format that is accepted by the API. Thanks! Adding an overlay for Google maps with a custom map is pretty easy to do, the sample code works out of the box. To overlay the map you need to have a rough idea of the gps coordinates of the park. There is the sample code