TencentMapsDirectionsWithCoordsAction constructor
TencentMapsDirectionsWithCoordsAction({
- required Coordinate destination,
- required String referer,
- required TencentMapsTravelMode mode,
- required TencentMapsCoordType coordType,
- required bool fallbackToStore,
- Coordinate? origin,
- String? destinationTitle,
- String? originTitle,
- String? destinationPoiId,
- List<
TencentMapsWaypoint> waypoints = const [],
Creates a new TencentMapsDirectionsWithCoordsAction.
Implementation
TencentMapsDirectionsWithCoordsAction({
required this.destination,
required this.referer,
required this.mode,
required this.coordType,
required super.fallbackToStore,
this.origin,
this.destinationTitle,
this.originTitle,
this.destinationPoiId,
this.waypoints = const [],
});