Warning

This feature is available in the Full MapKit SDK version

MMKSearchCurrencyExchangeMetadata

@interface MMKSearchCurrencyExchangeMetadata : NSObject <MMKBaseMetadata>

Currency exchange snippet.

Summary

Class methods

+ (nonnull MMKSearchCurrencyExchangeMetadata *)currencyExchangeMetadataWithCurrencies:(nonnull NSArray<MMKSearchCurrencyExchangeType *> *)currencies;

Properties

@property (nonatomic, readonly, nonnull)
    NSArray<MMKSearchCurrencyExchangeType *> *currencies;

Available currency exchange rates

Class methods

currencyExchangeMetadataWithCurrencies:

+ (nonnull MMKSearchCurrencyExchangeMetadata *)currencyExchangeMetadataWithCurrencies:(nonnull NSArray<MMKSearchCurrencyExchangeType *> *)currencies;


Properties

currencies

@property (nonatomic, readonly, nonnull)
    NSArray<MMKSearchCurrencyExchangeType *> *currencies;

Available currency exchange rates.