init(location:)
Initializes a proxy that simulates latitude, longitude, and course information based on the location object you provide.
Declaration
init(location: CLLocation)Parameters
- location:
The Cllocation object that contains the latitude, longitude, and course information for this proxy.