Trait elastic::types::prelude::GeoPointFieldType [] [src]

pub trait GeoPointFieldType<M, F> where
    F: GeoPointFormat,
    M: GeoPointMapping<Format = F>, 
{ }

A field that will be mapped as a geo_point.

Implementors