• About MapKit
    • Getting started
  • Map styles
  • MapKit SDK versions
  • Frequently asked questions
  • Contact us

Package com.yandex.mapkit.geometry

Class Span

java.lang.Object
    ↳ com.yandex.mapkit.geometry.Span

class Span implements Serializable

The panorama field of view.

Summary

Constructors

Signature and Description

Span(double horizontalAngle,
     double verticalAngle)

Span()
Use constructor with parameters in your code.

Methods

Type and modifiers

Method and Description

double

getHorizontalAngle()
The horizontal view angle.

double

getVerticalAngle()
The vertical view angle.

void

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

Constuctors

Span

Span(double horizontalAngle,
     double verticalAngle)


Span

Span()

Use constructor with parameters in your code.

This one is for bindings only!


Methods

getHorizontalAngle

double getHorizontalAngle()

The horizontal view angle.


getVerticalAngle

double getVerticalAngle()

The vertical view angle.


serialize

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


Previous