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) -

java - JPA TypedQuery: Parameter value element did not match expected type -

c++ - static template member variable has internal linkage but is not defined -