Warning

This feature is available in the Full MapKit SDK version

MMKSearchParkingAttributes

@interface MMKSearchParkingAttributes : NSObject

Undocumented

Summary

Class methods

+ (nonnull MMKSearchParkingAttributes *)parkingAttributesWithOrgURI:(nullable NSString *)orgURI
                                                     firstHourPrice:(nullable MMKTaxiMoney *)firstHourPrice
                                                        placesCount:(nullable NSNumber *)placesCount;

Properties

@property (nonatomic, readonly, nullable) NSString *orgURI;
Parking organization URI

@property (nonatomic, readonly, nullable) MMKTaxiMoney *firstHourPrice;
Price of the first hour

@property (nonatomic, readonly, nullable) NSNumber *placesCount;
Maximum number of parking places (capacity)

Class methods

parkingAttributesWithOrgURI:firstHourPrice:placesCount:

+ (nonnull MMKSearchParkingAttributes *)parkingAttributesWithOrgURI:(nullable NSString *)orgURI
                                                     firstHourPrice:(nullable MMKTaxiMoney *)firstHourPrice
                                                        placesCount:(nullable NSNumber *)placesCount;


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.