LocationActions
public protocol LocationActions
Type to control location features.
Important
This is a Public Preview API. It may be changed or removed at any time.-
Activates location engine.
Declaration
Swift
func activateLocationProvider() -
Deactivates location provider.
Declaration
Swift
func deactivateLocationProvider() -
The current location provider. After the instance of Map is initialized the location provider is equal to
DefaultCLLocationProvider.Declaration
Swift
var locationProvider: LocationProvider { get set } -
Overrides
DefaultLocationValidatorlocation validator.Declaration
Swift
var locationValidator: LocationValidator { get set } -
Types of the location marker visualization.
Declaration
Swift
var locationIndicatorType: LocationIndicator { get set }
TomTom SDK for iOS (0.40.0)
LocationActions