In mapview, can I associate symbols other than circles to the data?

839 Views Asked by At

The default symbol when plotting any latitude-longitude data in mapview is a circle. What if I'd like to associate a square or "x" to the points on the map? Is there a way to use different symbols?

Alternatively, can another package get the job done?

1

There are 1 best solutions below

0
On

Leaflet package seems to provide a general solution to using customized icons. Leaflet uses the term "marker".