Class Span

com.yandex.mapkit.geometry

java.lang.Object ⇽ Span

public class Span

The panorama field of view.

Constructors

Span(double horizontalAngle, double verticalAngle)
Span()

Use constructor with parameters in your code.

Span(double horizontalAngle, double verticalAngle)
Span()

Use constructor with parameters in your code.

Methods

double getHorizontalAngle()

The horizontal view angle.

double getVerticalAngle()

The vertical view angle.

void serialize(Archive archive)
double getHorizontalAngle()

The horizontal view angle.

double getVerticalAngle()

The vertical view angle.

void serialize(Archive archive)

Constructor Detail

Span

public Span (double horizontalAngle, double verticalAngle)

Span

public Span ()

Use constructor with parameters in your code.

This one is for bindings only!

Method Detail

getHorizontalAngle

public double getHorizontalAngle ()

The horizontal view angle.

getVerticalAngle

public double getVerticalAngle ()

The vertical view angle.

serialize

public void serialize (Archive archive)