Class GeoLocationBuilders

java.lang.Object
co.elastic.clients.elasticsearch._types.GeoLocationBuilders

public class GeoLocationBuilders
extends java.lang.Object
Builders for GeoLocation variants.

Variants coords, text are not available here as they don't have a dedicated class. Use GeoLocation's builder for these.

  • Method Summary

    Modifier and Type Method Description
    static GeoHashLocation.Builder geohash()
    Creates a builder for the geohash GeoLocation variant.
    static LatLonGeoLocation.Builder latlon()
    Creates a builder for the latlon GeoLocation variant.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait