PickMapContentResult class abstract

A class that contains possible results from picking map content on the map scene.

Constructors

PickMapContentResult()

Properties

hashCode → int
The hash code for this object.
no setterinherited
pickedPlaces → List<PickedPlace>
List of picked places containing the POIs at the location of picking. Gets a list of picked places containing the POIs at the location of picking.
no setter
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
trafficIncidents → List<PickTrafficIncidentResult>
List of traffic incidents at the location of picking. Gets the list of traffic incidents at the location of picking.
no setter
vehicleRestrictions → List<PickVehicleRestrictionsResult>
List of vehicle restrictions at the location of picking, sorted by distance to the center of the picking rectangle. Gets the list of vehicle restrictions at the location of picking, sorted by distance to the center of the picking rectangle.
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() → String
A string representation of this object.
inherited

Operators

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