toGpxString property
String
get
toGpxString
Converts the current route to a GPX string.
Implementation
String get toGpxString {
return _currentRoute.value.toGPX();
}
Converts the current route to a GPX string.
String get toGpxString {
return _currentRoute.value.toGPX();
}