directionsLanguage property
Directions language.
Language of directions.
Implementation
String get directionsLanguage {
final stringHandle = _withThrowingErrorHandler((errorHandler) {
return runtimecore.RT_RouteResult_getDirectionsLanguage(
_handle, errorHandler);
});
return stringHandle.toDartString();
}