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 でカスタム オーバーレイを描画したり、デフォルト マーカーを切り替えたりする方法はありますか? 見た目の異なるマーカーを使用して、地図上の 2 つの異なる場所を区別できるようにする必要があるだけです。
本当にありがとう!
部分的な解決策:
2 つの異なるマーカー (アクティブおよび非アクティブのデフォルト マーカー) を使用するには、mapzenMap.drawRoutePins(LngLat start, LngLat end) を使用します。1 つのマーカーは灰色になり、もう 1 つのマーカーは黒になります。