Package io.jmix.maps

Annotation Interface Geometry


@Target({FIELD,METHOD}) @Retention(RUNTIME) public @interface Geometry
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.