TencentMapsDirectionsWithCoordsAction constructor

TencentMapsDirectionsWithCoordsAction({
  1. required Coordinate destination,
  2. required String referer,
  3. required TencentMapsTravelMode mode,
  4. required TencentMapsCoordType coordType,
  5. required bool fallbackToStore,
  6. Coordinate? origin,
  7. String? destinationTitle,
  8. String? originTitle,
  9. String? destinationPoiId,
  10. List<TencentMapsWaypoint> waypoints = const [],
})

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 [],
});