VMF_MapAnnotation
class VMF_MapAnnotation : NSObject, MKAnnotation
This handles the marker annotation for the main center.
-
The coordinate for this annotation.
Declaration
Swift
let coordinate: CLLocationCoordinate2D -
Default initializer.
Declaration
Swift
init(coordinate inCoordinate: CLLocationCoordinate2D)Parameters
coordinatethe coordinate for this annotation.
View on GitHub