Важно

This feature is available in the Full MapKit SDK version

Package com.yandex.mapkit.search

Class CurrencyExchangeMetadata

java.lang.Object
    ↳ com.yandex.mapkit.search.CurrencyExchangeMetadata

All Superinterfaces:

BaseMetadata

class CurrencyExchangeMetadata implements BaseMetadata, Serializable

Currency exchange snippet.

Summary

Constructors

Signature and Description

CurrencyExchangeMetadata()
Use constructor with parameters in your code.

CurrencyExchangeMetadata(@NonNull java.util.List<CurrencyExchangeType> currencies)

Methods

Type and modifiers

Method and Description

synchronized java.util.List<CurrencyExchangeType>

getCurrencies()
Available currency exchange rates.

void

serialize(com.yandex.runtime.bindings.Archive archive)

static java.lang.String

getNativeName()

Constuctors

CurrencyExchangeMetadata

CurrencyExchangeMetadata()

Use constructor with parameters in your code.

This one is for serialization only!


CurrencyExchangeMetadata

CurrencyExchangeMetadata(@NonNull java.util.List<CurrencyExchangeType> currencies)


Methods

getCurrencies

@NonNull
java.util.List<CurrencyExchangeType> getCurrencies()

Available currency exchange rates.


serialize

@Override
void serialize(com.yandex.runtime.bindings.Archive archive)


getNativeName

java.lang.String getNativeName()


Предыдущая
Следующая