简体   繁体   中英

add image to gmaps android studio

Normally in openlayer, if I want to add an image I just create the layer and add it to the map by doing the following:

var    map = new OpenLayers.Map(mapCanvas, mapOptions);

var layer = new ImageLayer().add(name, url, envelope, size, this.map);

with this function i can specify the envelope (norteast , northwest, southeast, southwest boundaries) with WGS84. I can also say the size of the image.

Is there anything similar in android studio for GMAPS? Thanks.

正如安东尼奥在评论中建议的那样,地面覆盖层应该可以解决问题。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM