MapKit Mobile SDK

Warning

This feature is available in the Full MapKit SDK version

MMKSearchCurrencyExchangeType

class MMKSearchCurrencyExchangeType : NSObject

Single currency exchange prices.

Summary

Class methods

 init(name: String?, buy: MMKTaxiMoney?, sell: MMKTaxiMoney?)

Properties

var name: String? { get }
ISO-4217 currency name, for example "USD" or "RUB" or "EUR"

var buyMMKTaxiMoney? { get }
Buy rate

var sellMMKTaxiMoney? { get }
Sell rate

Class methods

init(name:buy:sell:)

 init(name: String?, buy: MMKTaxiMoney?, sell: MMKTaxiMoney?)


Properties

name

var name: String? { get }

ISO-4217 currency name, for example "USD" or "RUB" or "EUR".

Optional field, can be nil.


buy

var buy: MMKTaxiMoney? { get }

Buy rate.

Optional field, can be nil.


sell

var sell: MMKTaxiMoney? { get }

Sell rate.

Optional field, can be nil.