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.
Google マップ マーカーにラベルを追加したい。タップ時に表示されるマーカーにタイトルを既に追加しました。そのラベルには動的な値が含まれており、常に表示されるはずです。
Androidでどうすればいいですか?
これを試してみてください。
List<Overlay> listOfOverlays = mapView.getOverlays(); listOfOverlays.clear();