Enum elastic_types::geo::shape::mapping::Tree []

pub enum Tree {
    Geohash,
    QuadPrefix,
}

Name of the PrefixTree implementation to be used.

Variants

For GeohashPrefixTree.

For QuadPrefixTree.

Trait Implementations

impl Serialize for Tree

Serialize this value into the given Serde serializer. Read more