p-lr / MapView

A Fast, memory efficient Android library to display tiled maps, with support for markers, paths, and rotation.
Apache License 2.0
189 stars 38 forks source link

Can you support drawing points? #30

Closed shunplus closed 3 years ago

shunplus commented 3 years ago

Can you support drawing points? I want to draw very many points.

p-lr commented 3 years ago

MapView supports paths. You can implement a custom view which records touch-move gestures and updates the associated path on the MapView.

shunplus commented 3 years ago

MapView supports paths. You can implement a custom view which records touch-move gestures and updates the associated path on the MapView.

Thanks,I will try