MKPointAnnotation

class MKPointAnnotation : MKShape
  • x

    Longitude value of the map point.

    Declaration

    Swift

    public var x: Double { get }
  • y

    Latitude value of the map point.

    Declaration

    Swift

    public var y: Double { get }