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

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