Annotation Type Latitude
@Retention(RUNTIME)
@Target({METHOD,FIELD})
@Documented
@PropertyMapping(processor=@PropertyMappingAnnotationProcessorRef(type=org.hibernate.search.mapper.pojo.bridge.builtin.annotation.processor.impl.LatitudeProcessor.class,retrieval=CONSTRUCTOR))
public @interface Latitude
Mark the property hosting the latitude of a specific spatial coordinate.
The property must be of type
Double
or double
.- Author:
- Nicolas Helleringer
-
Optional Element Summary
Optional Elements
-
Element Details
-
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:
- ""
-