Is it possible to create an android map application where the map is a custom image file? -
For example, for some reason I want a map of the United States with state boundaries only but without the name of the state or the name of the city. I can get such a map online (an image file), and it wants to be a map in my application. But I still want the ability to get geographic location data (latitude, longitude) when the user taps on the map somewhere. Is it possible to do that? If so, where should I start? Can anyone suggest some resources?
If you create your own tiles, then this tile overlay
Comments
Post a Comment