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.
是否有任何可能的方法来绘制自定义叠加层或切换 Android Mapzen SDK 上的默认标记?我只需要能够使用不同外观的标记来区分地图上的两个不同位置。
非常感谢!
部分解决方案:
要使用两个不同的标记(活动和非活动默认标记),请使用 mapzenMap.drawRoutePins(LngLat start, LngLat end)。一个标记为灰色,另一个为黑色。