Module elastic::types::geo::point::prelude [] [src]

Includes all types for the geo_point type.

This is a convenience module to make it easy to build mappings for multiple types without too many use statements.

Structs

DefaultGeoPointMapping

Default mapping for geo_point.

GeoPoint

An Elasticsearch geo_point type with a format.

GeoPointArray

Geo-point expressed as an array with the format: [lon, lat]

GeoPointHash

Geo-point expressed as a geohash.

GeoPointObject

Geo-point expressed as an object, with lat and lon keys.

GeoPointString

Geo-point expressed as a string with the format: "lat,lon".

Traits

GeoPointFieldType

A field that will be mapped as a geo_point.

GeoPointFormat

A format used for parsing and formatting geo points.

GeoPointMapping

The base requirements for mapping a geo_point type.

Type Definitions

DefaultGeoPointFormat

The default geo_point format (GeoPointArray).