Contents

init(coordinate:altitude:)

Initializes a location anchor with the given coordinate and altitude.

Declaration

@nonobjc convenience init(coordinate: CLLocationCoordinate2D, altitude: CLLocationDistance? = nil)

Parameters

  • coordinate:

    Lattitude and longitude of the anchor’s geographic location.

  • altitude:

    Vertical distance, in meters, between this anchor and sea level.

See Also

Creating a Geo Anchor