/*!
Implementation of the Elasticsearch `geo` types.
Use [`point::GeoPoint`](point/struct.GeoPoint.html) for indexing simple geo points with an `x` and `y` coordinate.
Use [`shape::GeoShape`](shape/struct.GeoShape.html) for indexing `geojson`.
*/pubmodmapping;pubmodpoint;pubmodshape;pubmodprelude{/*!
Includes all types for the `geo_point` and `geo_shape` types.
This is a convenience module to make it easy to build mappings for multiple types without too many `use` statements.
*/pubusesuper::point::prelude::*;pubusesuper::shape::prelude::*;pubusesuper::mapping::*;}