Classes

The following classes are available globally.

DefaultCLLocationEngine

  • Implementation of LocationEngine 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 DefaultCLLocationEngine : NSObject, ValidatingLocationEngine
    extension DefaultCLLocationEngine: CLLocationManagerDelegate

DefaultLocationValidator

  • DefaultLocationValidator is default implementation of LocationValidator.

    Important

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

    Declaration

    Swift

    public class DefaultLocationValidator : LocationValidator

SimulatedLocationEngine

  • The SimulatedLocationEngine 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 SimulatedLocationEngine : ValidatingLocationEngine