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.
我正在实现一个场景,我正在尝试使用此处的地图为位置指示器周围的地图精度指示器设置动画
它应该像带有位置指示器的路线上的涟漪一样动画
但是在 HereMaps Android SDK 文档中找不到任何接口你能帮忙吗?!
波纹动画圈
在不同颜色的当前位置的坐标上使用不同的 MapCircles 怎么样?MapCircle 表示一种具有指定半径距离和 GeoCoordinate 中心的圆形形状的 MapObject。它可以通过调用构造函数 MapCircle(double radius, GeoCoordinate center) 来创建。