Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想将标记固定在地图的中心,当用户移动地图时,标记不会改变 Carto Mobile SDK 中的位置。我想在地图移动开始时更改大小标记(触摸开始),并在结束地图移动时调整到第一个大小(触摸结束)(地图移动时标记的大小调整效果)
请帮忙。
您不能直接在 MapView 本身中有这样的标记。我会尝试在 MapView 之上添加另一个透明视图,并确保该视图不会受到影响。您可以按照自己喜欢的方式对其进行操作/动画处理,并从 MapView 获取中心位置坐标。