Frameworks Flashcards

1
Q

CLLocationCoordinate2D

A

The latitude and longitude associated with a location, specified using the WGS 84 reference frame.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

mapView(_:viewFor:)

A

An optional MapKit method that returns the view associated with the specified annotation object.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly