MapPickResult class - mapview library - Dart API
MapPickResult
MapPickResult class abstract
A class representing a map pick result.
Constructors
Properties
-
customLayerObjectDescriptors
→ List<
MapObjectDescriptor> ? -
List of map object descriptors representing picked objects from custom user data layers.
Gets a list of map object descriptors representing picked objects from custom user data layers.
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- mapContent → PickMapContentResult?
-
Picked map content result.
Gets a picked map content result.
no setter
- mapItems → PickMapItemsResult?
-
Picked map items result.
Gets a picked map items result.
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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