IAWayfindingRequest
Objective-C
@interface IAWayfindingRequest : NSObject <IALatLngFloorCompatible>Swift
class IAWayfindingRequest : NSObject, IALatLngFloorCompatibleProvides wayfinding destination for the SDK.
- 
                  
                  Wayfinding request’s destination coordinate. DeclarationObjective-C @property (nonatomic) CLLocationCoordinate2D coordinate;Swift var coordinate: CLLocationCoordinate2D { get set }
- 
                  
                  Wayfinding request’s destination floor level. DeclarationObjective-C @property (nonatomic) NSInteger floor;Swift var floor: Int { get set }
 IAWayfindingRequest Class Reference
        IAWayfindingRequest Class Reference