Frameworks Flashcards
1
Q
CLLocationCoordinate2D
A
The latitude and longitude associated with a location, specified using the WGS 84 reference frame.
2
Q
mapView(_:viewFor:)
A
An optional MapKit method that returns the view associated with the specified annotation object.
3
Q
dequeueReusableAnnotationView(withIdentifier: identifier)
A
a MKMapView method that returns annotation view with the specified identifier, or nil if no such object exists in the reuse queue.