Classes

The following classes are available globally.

DefaultCLLocationProvider

  • Implementation of LocationProvider that uses CLLocationManager as a GPS source provider.

    Important

    This is a Public Preview API. It may be changed or removed at any time.
    See more

    Declaration

    Swift

    public class DefaultCLLocationProvider : NSObject, ValidatingLocationProvider
    extension DefaultCLLocationProvider: CLLocationManagerDelegate

DefaultLocationValidator

SimulatedLocationProvider

  • The SimulatedLocationProvider provides simulated location updates to simulate driving on GPX/TTP tracks or route geometry.

    Important

    This is a Public Preview API. It may be changed or removed at any time.
    See more

    Declaration

    Swift

    public class SimulatedLocationProvider : ValidatingLocationProvider