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
coordinate
the coordinate for this annotation.