Expand description
All values types and structs
Enums§
- JSON
Value - All possible JSON shapes
- MValues
- All possible M-Value shapes
- Primitive
Value - Primitive types supported by Properties
- Value
Primitive Type - Arrays may contain either a primitive or an object whose values are primitives
- Value
Type - Supports primitive types
string
,number
,boolean
,null
May be an array of those primitive types, or an object whose values are only primitives 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.
Traits§
- JSON
Properties Compatible - Ensure M implements MValueCompatible
- MValue
Compatible - Ensure M implements MValueCompatible
Type Aliases§
- JSON
Properties - Shape of an un-restricted features properties object
- Line
StringM Values - LineString Properties Shape
- MValue
- Shape of a feature’s M-Values object
- Mapbox
Properties - Shape of the restricted Mapbox properties object
- Multi
Line StringM Values - MultiLineString MValues Shape
- Multi
PolygonM Values - MultiPolygon MValues Shape
- PolygonM
Values - Polygon MValues Shape
- Properties
- Shape of a features properties object
- Value
- Shape design
- Value
Primitive - Shape of a ValuePrimitiveType Nested object