moagrius / TileView

TileView is a subclass of android.view.ViewGroup that asynchronously displays, pans and zooms tile-based images. Plugins are available for features like markers, hotspots, and path drawing.
MIT License
1.46k stars 337 forks source link

Adding multiple markers? #476

Closed olivermchale closed 6 years ago

olivermchale commented 6 years ago

Is it not possible to add multiple markers to the map? Sorry if this has been covered somewhere but I can't add them. I wanted to an icon to the map at every location where there is a chest (within a game) but it only lets me add one marker

olivermchale commented 6 years ago

This is done through the AddPin method on further research, see https://github.com/moagrius/TileView/blob/master/demo/src/main/java/tileview/demo/BuildingPlansTileViewActivity.java for how its done