Struct elastic::types::prelude::GeoPointArray [] [src]

pub struct GeoPointArray;

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

Trait Implementations

impl GeoPointFormat for GeoPointArray
[src]

Parses a geo::Point. Read more

Formats a geo::Point. Read more

impl Default for GeoPointArray
[src]

impl Copy for GeoPointArray
[src]

impl PartialEq<GeoPointArray> for GeoPointArray
[src]

impl Debug for GeoPointArray
[src]

Formats the value using the given formatter.

impl Clone for GeoPointArray
[src]