Module values

Source
Expand description

All values types and structs

Enums§

MValues
All possible M-Value shapes
PrimitiveValue
Primitive types supported by Properties
ValuePrimitiveType
Arrays may contain either a primitive or an object whose values are primitives
ValueType
Supports primitive types string, number, boolean, null May be an array of those types, or an object of those types Object keys are always strings, values can be any basic type, an array, or a nested object. Array values must all be the same type.

Type Aliases§

LineStringMValues
LineString Properties Shape
MValue
Shape of a feature’s M-Values object
MultiLineStringMValues
MultiLineString MValues Shape
MultiPolygonMValues
MultiPolygon MValues Shape
PolygonMValues
Polygon MValues Shape
Properties
Shape of a features properties object
Value
Shape design