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

Popular posts from this blog

Java - Error: no suitable method found for add(int, java.lang.String) -

c# - passing input text from view to contoller with FacebookContext using Facebook app -

Calling a C++ function from C# by passing a string with variable size to it -