WKTArray

Type Alias WKTArray 

Source
pub type WKTArray = Vec<WKTAValue>;
Expand description

WKT Array can be an array of points or even nested arrays of points

Aliased Typeยง

pub struct WKTArray { /* private fields */ }