How Google Maps Android API v2 handle markers outside the view are

。_饼干妹妹 提交于 2019-12-25 18:35:08

问题


During the CameraChange event I add new markers to the map, so I want to know if they are removed automatically when they become invisible as the camera has moved.

Does anyone have this information?


回答1:


Do you mean, are markers removed when the map is panned such that the marker is no longer on the screen? If so, the answer is no, the markers are still "on the map" even when "off screen".

If you would like to remove markers as they are moved off the map, please see my answer to this question



来源:https://stackoverflow.com/questions/14318258/how-google-maps-android-api-v2-handle-markers-outside-the-view-are

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!