Важно

This feature is available in the Full MapKit SDK version

Package com.yandex.mapkit.search

Class Line

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

class Line implements Serializable

Summary

Constructors

Signature and Description

Line(@NonNull java.lang.String name)

Line()
Use constructor with parameters in your code.

Methods

Type and modifiers

Method and Description

java.lang.String

getName()
Name of the line that the nearest stop is on.

void

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

Constuctors

Line

Line(@NonNull java.lang.String name)


Line

Line()

Use constructor with parameters in your code.

This one is for bindings only!


Methods

getName

@NonNull
java.lang.String getName()

Name of the line that the nearest stop is on.


serialize

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


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