image

The image representing the reticle to display on the MapView. The default GeometryEditorReticle.image shows a crosshair with a rounded square border, displayed at the current GeometryEditorReticle.height and GeometryEditorReticle.width. You can customize the appearance of the reticle at any point, by calling GeometryEditorReticle.setImage(BitmapDrawable) or GeometryEditorReticle.setImage(BitmapDrawable, Float, Float).

To reset a customized ReticleVertexTool.reticle back to the default size and image, set the property to a new GeometryEditorReticle.

Since

200.5.0

See also