Class YMKArrivalPoint

An arrival point for a place (the position to drive/walk to if you want to visit the place).

For example, named entrance into the building.

Class Methods

Properties

direction

Azimuth for the outside normal to the building.

name

Optional name for an arrival point, e.g.

point

Arrival point position.

direction

Azimuth for the outside normal to the building.

name

Optional name for an arrival point, e.g.

point

Arrival point position.

Method Detail

+arrivalPointWithName:point:direction:

+ (nonnull YMKArrivalPoint *)arrivalPointWithName:(nullable NSString *)name
                                            point:(nonnull YMKPoint *)point
                                        direction:(nullable YMKDirection *)direction 

Property Detail

direction

(assign, readonly) YMKDirection * direction

Azimuth for the outside normal to the building.

Optional property, can be null.

name

(assign, readonly) NSString * name

Optional name for an arrival point, e.g.

'exit 4' or 'main entrance'.

Optional property, can be null.

point

(assign, readonly) YMKPoint * point

Arrival point position.