DirectionsRendererPlatform class abstract
- Inheritance
-
- Object
- PlatformInterface
- DirectionsRendererPlatform
- Implementers
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
clear(
) → Future< void> -
getSelectedLegFloorIndex(
) → Future< int?> -
nextLeg(
) → Future< void> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
previousLeg(
) → Future< void> -
selectLegIndex(
int legIndex) → Future< void> -
setAnimatedPolyline(
bool animated, bool repeating, int durationMs) → Future< void> -
setCameraAnimationDuration(
int durationMs) → Future< void> -
setCameraViewFitMode(
MPCameraViewFitMode mpCameraViewFitMode) → Future< void> -
setDefaultRouteStopIcon(
MPRouteStopIconConfigInterface icon) → Future< void> -
setOnLegSelectedListener(
OnLegSelectedListener? onLegSelectedListener) → Future< void> -
setPolyLineColors(
String foreground, String background) → Future< void> -
setRoute(
MPRoute? route, Map< num, MPRouteStopIconConfigInterface> ? stopIcons) → Future<void> -
showRouteLegButtons(
bool show) → Future< void> -
toString(
) → String -
A string representation of this object.
inherited
-
useContentOfNearbyLocations(
) → Future< void>
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
- instance ↔ DirectionsRendererPlatform
-
getter/setter pair