MMKSearchEntrance
Warning
This feature is available in the Full MapKit SDK version
|
@interface MMKSearchEntrance : NSObject |
An entrance to a building
Summary
Class methods
|
+ (nonnull MMKSearchEntrance *)entranceWithName:(nullable NSString *)name |
Properties
|
@property (nonatomic, readonly, nullable) NSString *name; |
|
@property (nonatomic, readonly, nonnull) MMKPoint *point; |
|
@property (nonatomic, readonly, nullable) MMKDirection *direction; |
Class methods
entranceWithName:point:direction:
|
+ (nonnull MMKSearchEntrance *)entranceWithName:(nullable NSString *)name |
Properties
name
|
@property (nonatomic, readonly, nullable) NSString *name; |
Optional field, can be nil.
point
|
@property (nonatomic, readonly, nonnull) MMKPoint *point; |
direction
|
@property (nonatomic, readonly, nullable) MMKDirection *direction; |
Optional field, can be nil.