Class ToponymPhrase

com.yandex.mapkit.driving

java.lang.Object ⇽ ToponymPhrase

public class ToponymPhrase

The description of the object.

Constructors

ToponymPhrase()

Use constructor with parameters in your code.

ToponymPhrase(String text)
ToponymPhrase()

Use constructor with parameters in your code.

ToponymPhrase(String text)

Methods

String getNativeName()
synchronized String getText()

The string containing the description.

void serialize(Archive archive)
String getNativeName()
synchronized String getText()

The string containing the description.

void serialize(Archive archive)

Constructor Detail

ToponymPhrase

public ToponymPhrase ()

Use constructor with parameters in your code.

This one is for serialization only!

ToponymPhrase

public ToponymPhrase (String text)

Method Detail

getNativeName

public static String getNativeName ()

getText

public synchronized String getText ()

The string containing the description.

serialize

public void serialize (Archive archive)