Contents

initWithCoordinate:altitude:

Initializes a location anchor with the given coordinate and altitude.

Declaration

- (instancetype) initWithCoordinate:(CLLocationCoordinate2D) coordinate altitude:(CLLocationDistance) altitude;

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