Важно

This feature is available in the Full MapKit SDK version

YMKSearchParkingAttributes

class YMKSearchParkingAttributes : NSObject

Undocumented

Summary

Class methods

 init(orgURI: String?, firstHourPrice: YMKTaxiMoney?, placesCount: NSNumber?)

Properties

var orgURI: String? { get }
Parking organization URI

var firstHourPriceYMKTaxiMoney? { get }
Price of the first hour

var placesCount: NSNumber? { get }
Maximum number of parking places (capacity)

Class methods

init(orgURI:firstHourPrice:placesCount:)

 init(orgURI: String?, firstHourPrice: YMKTaxiMoney?, placesCount: NSNumber?)


Properties

orgURI

var orgURI: String? { get }

Parking organization URI. For example, parking zone or any toll area or inside building parking.

Optional field, can be nil.


firstHourPrice

var firstHourPrice: YMKTaxiMoney? { get }

Price of the first hour.

Optional field, can be nil.


placesCount

var placesCount: NSNumber? { get }

Maximum number of parking places (capacity).

Optional field, can be nil.


Следующая