@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 type Double or double.
Author:
Nicolas Helleringer
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
     
  • 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:
      ""