Annotation Type Longitude
-
@Retention(RUNTIME) @Target({METHOD,FIELD}) @Documented @PropertyMapping(processor=@PropertyMappingAnnotationProcessorRef(type=org.hibernate.search.mapper.pojo.bridge.builtin.annotation.processor.impl.LongitudeProcessor.class,retrieval=CONSTRUCTOR)) public @interface Longitude
Mark the property hosting the longitude of a specific spatial coordinate. The property must be of typeDouble
ordouble
.- Author:
- Nicolas Helleringer
-
-
Element Detail
-
markerSet
String markerSet
- Returns:
- The name of the marker set this marker belongs to.
Set it to the value of
GeoPointBinding.markerSet()
so that the bridge detects this marker.
- Default:
- ""
-
-