I need to add custom markers to a mapview.
First question : is there a standard/default overlay/marker that I can use ?
Second : if I’ve to create a png for the marker overlay, which is the best size for the image ? Do I have to create different images for each screen sizes (ldpi, mdpi, hdpi) ?
I need to add custom markers to a mapview. First question : is there
Share
ItemizedOverlayand useOverlayItem, where you can set you custom drawable viasetMarker(drawable).