Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/ios/95.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Ios 在Mapbox上设置分派标记的动画_Ios_Animation_Mapbox_Markerclusterer - Fatal编程技术网

Ios 在Mapbox上设置分派标记的动画

Ios 在Mapbox上设置分派标记的动画,ios,animation,mapbox,markerclusterer,Ios,Animation,Mapbox,Markerclusterer,在Mapbox上,我的地图上有群集标记。当我缩放分派工作时,但没有任何位置动画 有可能做到这一点吗?SDK中没有内置此功能,但您可以自己通过动画来实现。看一下 RMQuadTree 类,它管理群集,然后考虑通过群集和非群集状态之间的转换来显示动画。

在Mapbox上,我的地图上有群集标记。当我缩放分派工作时,但没有任何位置动画


有可能做到这一点吗?

SDK中没有内置此功能,但您可以自己通过动画来实现。看一下<代码> RMQuadTree <代码>类,它管理群集,然后考虑通过群集和非群集状态之间的转换来显示动画。