directionsStyle property
Directions style.
A directions style. The directions setting to generate directions designed for different kind of applications.
Implementation
DirectionsStyle get directionsStyle {
final coreValue = _withThrowingErrorHandler((errorHandler) {
return runtimecore.RT_RouteTaskInfo_getDirectionsStyle(
_handle, errorHandler);
});
return DirectionsStyle._fromCoreValue(coreValue);
}