If I have an image in the projection of a Mercator map with a specific upper left latitude/longitudeand lower longitude longitude latitude, how would I add this to Android MapView?
Do I need to extend the overlay class, define the current MapView extents, and then crop the image using how BufferedImage? Or do I need the image to be already configured in the same tile structure as Google Maps, and then just add these tiles to MapView using the extended Overlay class?
source
share