如果我在Mercator地图投影中有一个具有特定左上latitude/longitude和右下纬度经度的图像,我该如何将其添加到Android MapView?
latitude/longitude
我是否必须扩展覆盖类,找出我当前的MapView范围,然后使用像BufferedImage?或者我是否必须将图像设置在Google地图使用的相同图块结构中,然后使用扩展的Overlay类将这些图块添加到MapView?
BufferedImage
android google-maps image android-mapview
android ×1
android-mapview ×1
google-maps ×1
image ×1