ExportGPX method
Exports data on the map to a .gpx file. Exported data from the map includes latitude, longitude, metadata, waypoints, pushpins, routes, trails, search results, and more. For more information, see About importing and exporting .gpx data.
Applies to
Objects: Application, MappointControl
Syntax
object.ExportGPX(FileName)
Parameters
Part |
Description |
---|---|
Object |
Required. An expression that returns an Application or MappointControl object. |
FileName |
Optional String. Name of the GPX file to export. If none is provided, the user is prompted to select a file. |