DatastoreBundle class

A container for the data returned from a Datastore.

Constructors

DatastoreBundle({required List<PointOfInterest> pointOfInterests, required List<Way> ways})
Creates a new DatastoreBundle.

Properties

hashCode int
The hash code for this object.
no setterinherited
isWater bool
True if the read area is completely covered by water, false otherwise.
getter/setter pair
pointOfInterests List<PointOfInterest>
The read POIs.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
ways List<Way>
The read ways.
final

Methods

add(DatastoreBundle poiWayBundle) → void
Adds the content of another DatastoreBundle to this one.
addDeduplicate(DatastoreBundle other, bool deduplicate) → void
Adds the content of another DatastoreBundle to this one, with an option to deduplicate the elements.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

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