VoyagerFeatureSet class
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
-
markerMetadata
→ Map<
MarkerId, FeatureMetadata> -
final
-
markers
→ Set<
Marker> -
final
-
polygonMetadata
→ Map<
PolygonId, FeatureMetadata> -
final
-
polygons
→ Set<
Polygon> -
final
-
polylineMetadata
→ Map<
PolylineId, FeatureMetadata> -
final
-
polylines
→ Set<
Polyline> -
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
getBoundsForFeatureSet(
) → LatLngBounds? -
getFeatureMetaData(
{required MapsObjectId mapsObjectId}) → FeatureMetadata? -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
removeFeatureFromVoyagerFeatureSet<
MapsObject> (MapsObject mapsObject) → void -
resetFeatureSet(
) → void -
toString(
) → String -
A string representation of this object.
inherited
-
updateFeatureMetaData(
{required MapsObjectId mapsObjectId, required String key, required String data}) → void -
updateVoyagerFeatureSet(
{Set< Polygon> polygons = const {}, Set<Marker> markers = const {}, Set<Polyline> polylines = const {}}) → void
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited