MapKit Mobile SDK

Warning

This feature is available in the Full MapKit SDK version

MMKSearchParkingAttributes

class MMKSearchParkingAttributes : NSObject

Undocumented

Summary

Class methods

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

Properties

var orgURI: String? { get }
Parking organization URI

var firstHourPriceMMKTaxiMoney? { 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: MMKTaxiMoney?, 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: MMKTaxiMoney? { 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.