PickMapItemsResult class - mapview library - Dart API
PickMapItemsResult
PickMapItemsResult class abstract
Carries results from the picking of map items on the map scene.
Constructors
Properties
-
clusteredMarkers
→ List<
MapMarkerClusterGrouping> -
List of marker groups (represented by a single cluster marker)
or individual markers belonging to a cluster at the location of picking.
Gets list of clustered marker groups at the location of picking.
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
-
markers
→ List<
MapMarker> -
List of markers at the location of picking.
Gets list of markers at the location of picking.
no setter
-
markers3d
→ List<
MapMarker3D> -
List of 3d markers at the location of picking.
Gets list of 3d markers at the location of picking.
no setter
-
polygons
→ List<
MapPolygon> -
List of polygons at the location of picking.
Gets list of polygons at the location of picking.
no setter
-
polylines
→ List<
MapPolyline> -
List of polylines at the location of picking.
Gets list of polylines at the location of picking.
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