Expand description
All values types and structs
Enums§
- JSONValue 
- All possible JSON shapes
- MValues
- All possible M-Value shapes
- PrimitiveValue 
- Primitive types supported by Properties
- ValuePrimitive Type 
- Arrays may contain either a primitive or an object whose values are primitives
- ValueType 
- Supports primitive types string,number,boolean,nullMay 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§
- JSONProperties Compatible 
- Ensure M implements MValueCompatible
- MValueCompatible 
- Ensure M implements MValueCompatible
Type Aliases§
- JSONProperties 
- Shape of an un-restricted features properties object
- LineStringM Values 
- LineString Properties Shape
- MValue
- Shape of a feature’s M-Values object
- MapboxProperties 
- Shape of the restricted Mapbox properties object
- MultiLine StringM Values 
- MultiLineString MValues Shape
- MultiPolygonM Values 
- MultiPolygon MValues Shape
- PolygonMValues 
- Polygon MValues Shape
- Properties
- Shape of a features properties object
- Value
- Shape design
- ValuePrimitive 
- Shape of a ValuePrimitiveType Nested object