menu
mapsindoors_platform_interface package
documentation
platform_library.dart
DirectionsServicePlatform
getRoute abstract method
getRoute abstract method
dark_mode
light_mode
getRoute
abstract method
Future
<
MPRoute
>
getRoute
(
MPPoint
origin
,
MPPoint
destination
,
List
<
MPPoint
>
?
stops
,
bool
?
optimize
,
)
Implementation
Future<MPRoute> getRoute(MPPoint origin, MPPoint destination, List<MPPoint>? stops, bool? optimize);
mapsindoors_platform_interface package
documentation
platform_library
DirectionsServicePlatform
getRoute abstract method
DirectionsServicePlatform class