Важно

This feature is available in the Full MapKit SDK version

Package com.yandex.mapkit.search

Class Entrance

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

class Entrance implements Serializable

An entrance to a building

Summary

Constructors

Signature and Description

Entrance()
Use constructor with parameters in your code.

Entrance(@Nullable java.lang.String name,
         @NonNull Point point,
         @Nullable Direction direction)

Methods

Type and modifiers

Method and Description

synchronized java.lang.String

getName()
Optional field, can be null.

synchronized Point

getPoint()

synchronized Direction

getDirection()
Optional field, can be null.

void

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

static java.lang.String

getNativeName()

Constuctors

Entrance

Entrance()

Use constructor with parameters in your code.

This one is for serialization only!


Entrance

Entrance(@Nullable java.lang.String name,
         @NonNull Point point,
         @Nullable Direction direction)


Methods

getName

@Nullable
java.lang.String getName()

Optional field, can be null.


getPoint

@NonNull
Point getPoint()


getDirection

@Nullable
Direction getDirection()

Optional field, can be null.


serialize

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


getNativeName

java.lang.String getNativeName()


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