MMKSearchParkingAttributes
Warning
This feature is available in the Full MapKit SDK version
|
@interface MMKSearchParkingAttributes : NSObject |
Summary
Class methods
|
+ (nonnull MMKSearchParkingAttributes *)parkingAttributesWithOrgURI:(nullable NSString *)orgURI |
Properties
|
@property (nonatomic, readonly, nullable) NSString *orgURI; |
|
@property (nonatomic, readonly, nullable) MMKTaxiMoney *firstHourPrice; |
|
@property (nonatomic, readonly, nullable) NSNumber *placesCount; |
Class methods
parkingAttributesWithOrgURI:firstHourPrice:placesCount:
|
+ (nonnull MMKSearchParkingAttributes *)parkingAttributesWithOrgURI:(nullable NSString *)orgURI |
Properties
orgURI
|
@property (nonatomic, readonly, nullable) NSString *orgURI; |
Parking organization URI. For example, parking zone or any toll area or inside building parking.
Optional field, can be nil.
firstHourPrice
|
@property (nonatomic, readonly, nullable) MMKTaxiMoney *firstHourPrice; |
Price of the first hour.
Optional field, can be nil.
placesCount
|
@property (nonatomic, readonly, nullable) NSNumber *placesCount; |
Maximum number of parking places (capacity).
Optional field, can be nil.