VoyagerFeaturesInteractionProtocol class
- Inheritance
-
- Object
- VoyagerProtocol
- VoyagerFeaturesInteractionProtocol
Constructors
-
VoyagerFeaturesInteractionProtocol({required VoyagerMapController mapController, OnFeatureGesture<
Polygon> ? onPolygonSingleTap, OnFeatureGesture<Marker> ? onMarkerSingleTap, OnFeatureGesture<Polyline> ? onPolylineSingleTap, OnFeatureGesture<Polygon> ? onPolygonLongPress, OnFeatureGesture<Marker> ? onMarkerLongPress, OnFeatureGesture<Polyline> ? onPolylineLongPress})
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- mapController → VoyagerMapController
-
finalinherited
-
onMarkerLongPress
→ OnFeatureGesture<
Marker> ? -
final
-
onMarkerSingleTap
→ OnFeatureGesture<
Marker> ? -
final
-
onPolygonLongPress
→ OnFeatureGesture<
Polygon> ? -
final
-
onPolygonSingleTap
→ OnFeatureGesture<
Polygon> ? -
final
-
onPolylineLongPress
→ OnFeatureGesture<
Polyline> ? -
final
-
onPolylineSingleTap
→ OnFeatureGesture<
Polyline> ? -
final
- 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
-
onCameraMove(
CameraPosition cameraPosition) → void -
override
-
onLongPress(
LatLng latLng) → void -
override
-
onSingleTap(
LatLng latLng) → void -
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited