IAWayfindingRequest

Objective-C


@interface IAWayfindingRequest : NSObject <IALatLngFloorCompatible>

Swift

class IAWayfindingRequest : NSObject, IALatLngFloorCompatible

Provides wayfinding destination for the SDK.

  • Wayfinding request’s destination coordinate.

    Declaration

    Objective-C

    @property (nonatomic) CLLocationCoordinate2D coordinate;

    Swift

    var coordinate: CLLocationCoordinate2D { get set }
  • Wayfinding request’s destination floor level.

    Declaration

    Objective-C

    @property (nonatomic) NSInteger floor;

    Swift

    var floor: Int { get set }