Warning

This feature is available in the Full MapKit SDK version

YMKSearchCurrencyExchangeMetadata

@interface YMKSearchCurrencyExchangeMetadata : NSObject <YMKBaseMetadata>

Currency exchange snippet.

Summary

Class methods

+ (nonnull YMKSearchCurrencyExchangeMetadata *)currencyExchangeMetadataWithCurrencies:(nonnull NSArray<YMKSearchCurrencyExchangeType *> *)currencies;

Properties

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

Available currency exchange rates

Class methods

currencyExchangeMetadataWithCurrencies:

+ (nonnull YMKSearchCurrencyExchangeMetadata *)currencyExchangeMetadataWithCurrencies:(nonnull NSArray<YMKSearchCurrencyExchangeType *> *)currencies;


Properties

currencies

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

Available currency exchange rates.