Warning

This feature is available in the Full MapKit SDK version

Package com.yandex.mapkit.search

Class Panorama

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

class Panorama implements Serializable

Panorama info.

Summary

Constructors

Signature and Description

Panorama(@NonNull java.lang.String id,
         @NonNull Direction direction,
         @NonNull Span span,
         @NonNull Point point)

Panorama()
Use constructor with parameters in your code.

Methods

Type and modifiers

Method and Description

java.lang.String

getId()
Machine readable panorama identifier.

Direction

getDirection()
Direction of the panorama center.

Span

getSpan()
H-Span and V-Span hints for the panorama player.

Point

getPoint()
Panorama point.

void

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

Constuctors

Panorama

Panorama(@NonNull java.lang.String id,
         @NonNull Direction direction,
         @NonNull Span span,
         @NonNull Point point)


Panorama

Panorama()

Use constructor with parameters in your code.

This one is for bindings only!


Methods

getId

@NonNull
java.lang.String getId()

Machine readable panorama identifier.


getDirection

@NonNull
Direction getDirection()

Direction of the panorama center.


getSpan

@NonNull
Span getSpan()

H-Span and V-Span hints for the panorama player.


getPoint

@NonNull
Point getPoint()

Panorama point.


serialize

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