Replacement for Mapsforge.map.layer.overlay.Circle? #914
-
Making some progress along the way, putting the first items on my maps now... In For drawing a heading indicator I use an ItemizedLayer and add a marker with the rotated arrow. For updating this marker (on heading change) I need to remove the item and add a new marker, just calling Thanks. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
You can use the PointDrawable with buffer or the CircleDrawable. See also the #861 discussion.
For location marker / arrow see:
|
Beta Was this translation helpful? Give feedback.
-
It is needed for all types of overlays in VTM using JTS geometries. |
Beta Was this translation helpful? Give feedback.
You can use the PointDrawable with buffer or the CircleDrawable.
See the VectorLayerActivity sample for the 1st option and how to use the various JTS drawables.
See also the #861 discussion.
For location marker / arrow see: