MapmyIndiaDirection class

Constructors

MapmyIndiaDirection({LatLng? origin, LatLng? destination, String? originELoc, String? destinationELoc, List<LatLng>? waypoint, List<String>? waypointELoc, List<String>? excludes, List<String>? annotations, int? routeType, bool? steps, bool? alternatives, List<String>? approaches, DirectionBearing? bearing, List<int>? waypointIndices, List<String>? waypointNames, List<LatLng>? waypointTargets, bool? bannerInstructions, bool? isSort, bool? lessVerbose, List<double>? radiuses, bool? routeRefresh, String? deviceId, bool? roundaboutExits, String? sessionId, bool? voiceInstructions, String? voiceUnits, bool? skipWaypoints, String profile = DirectionCriteria.PROFILE_DRIVING, String resource = DirectionCriteria.RESOURCE_ROUTE, String overview = DirectionCriteria.OVERVIEW_FULL, String geometries = DirectionCriteria.GEOMETRY_POLYLINE6})

Properties

alternatives bool?
final
annotations List<String>?
final
approaches List<String>?
final
bannerInstructions bool?
final
bearing DirectionBearing?
final
destination LatLng?
final
destinationELoc String?
final
deviceId String?
final
excludes List<String>?
final
geometries String
final
hashCode int
The hash code for this object.
no setterinherited
isSort bool?
final
lessVerbose bool?
final
origin LatLng?
final
originELoc String?
final
overview String
final
profile String
final
radiuses List<double>?
final
resource String
final
roundaboutExits bool?
final
routeRefresh bool?
final
routeType int?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sessionId String?
final
skipWaypoints bool?
final
steps bool?
final
voiceInstructions bool?
final
voiceUnits String?
final
waypoint List<LatLng>?
final
waypointELoc List<String>?
final
waypointIndices List<int>?
final
waypointNames List<String>?
final
waypointTargets List<LatLng>?
final

Methods

callDirection() Future<DirectionResponse?>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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