PositionUpdatable
public protocol PositionUpdatable : AnyObject
Provides the context for current and future positions.
Important
This is a Public Preview API. It may be changed or removed at any time.-
Updates the current position.
Declaration
Swift
func updatePosition(_ position: CLLocationCoordinate2D)Parameters
positionThe new value for current position.
TomTom SDK for iOS (0.53.1)
PositionUpdatable