You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 9, 2025. It is now read-only.
GpxLocationManager allows the developer to import and use GPS data from GPX files when developing code that uses CLLocationManager. Without GpxLocationManager, the developer has just four GPS datasets to choose from in the simulator. These datasets suffer the serious shortcoming that altitudes are always 0. Unlike CLLocationManager, GpxLocationManager can optionally speed up playback of GPS datasets, allowing faster testing.