SpatialIndexPath class

Class representing a spatial index.

Constructors

SpatialIndexPath(String path, {Iterable<DataType>? types, BoundingBox? boundingBox})

Properties

boundingBox BoundingBox?
Bounding box (geometry only).
final
hashCode int
The hash code for this object.
no setterinherited
path String
JSON path to the field.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
types List<DataType>?
Data types covered by the index.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
Serializes this instance to a JSON object.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

fromJson(Map json) SpatialIndexPath
Deserializes data from JSON object json into a new SpatialIndexPath instance. Handles fields path, types, boundingBox.