debugGpxFilePath property

String? debugGpxFilePath

Show the contents of a GPX file on the map. Note: This API should be used for debugging purposes only. Gets the path of the GPX file, is any available, currently being displayed on the map.

Implementation

String? get debugGpxFilePath;
void debugGpxFilePath=(String? value)

Show the contents of a GPX file on the map. Note: This API should be used for debugging purposes only. Sets the path of a GPX file to be displayed on the map. Setting null removes it from the map.

Implementation

set debugGpxFilePath(String? value);