Package io.jmix.maps

Annotation Interface Geometry


@Deprecated(since="2.1.2") @Target({FIELD,METHOD}) @Retention(RUNTIME) public @interface Geometry
Deprecated.
use "property" attribute in "dataVectorSource" XML element instead
Indicates that a meta property marked by this annotation contains geo-specific data, which is used while displaying an entity on a map.

Entity can have only one meta property annotated with this annotation, otherwise IllegalStateException will be thrown while drawing an entity on the layer.