MapDirections class abstract

Interface of setting up directions

Implementers

Constructors

MapDirections()

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

addDirection(dynamic origin, dynamic destination, {String startLabel, String startIcon, String startInfo, String endLabel, String endIcon, String endInfo}) → void
Adds a direction to the map by given origin and destination coordinates.
clearDirections() → void
Removes all directions from the map.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
removeDirection(dynamic origin, dynamic destination) → void
Removes a direction from the map by given origin and destination coordinates.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited