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

Package com.yandex.mapkit.geometry

Class Point

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

class Point implements Serializable

A point at the specified coordinates.

Summary

Constructors

Signature and Description

Point(double latitude,
      double longitude)

Point()
Use constructor with parameters in your code.

Methods

Type and modifiers

Method and Description

double

getLatitude()
The point's latitude.

double

getLongitude()
The point's longitude.

void

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

Constuctors

Point

Point(double latitude,
      double longitude)


Point

Point()

Use constructor with parameters in your code.

This one is for bindings only!


Methods

getLatitude

double getLatitude()

The point's latitude.


getLongitude

double getLongitude()

The point's longitude.


serialize

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