menu
flutter_amap_base package
documentation
amap_base.dart
DriveRouteResult
DriveRouteResult constructor
DriveRouteResult constructor
dark_mode
light_mode
DriveRouteResult
constructor
DriveRouteResult
(
{
List
<
DrivePath
>
?
paths
,
LatLng
?
startPos
,
LatLng
?
targetPos
,
num
?
taxiCost
,
})
Implementation
DriveRouteResult({ this.paths, this.startPos, this.targetPos, this.taxiCost, });
flutter_amap_base package
documentation
amap_base
DriveRouteResult
DriveRouteResult constructor
DriveRouteResult class