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
position
The new value for current position.