Class Point

com.yandex.mapkit.geometry

java.lang.Object ⇽ Point

public class Point

A point at the specified coordinates.

Constructors

Point(double latitude, double longitude)
Point()

Use constructor with parameters in your code.

Point(double latitude, double longitude)
Point()

Use constructor with parameters in your code.

Methods

double getLatitude()

The point's latitude.

double getLongitude()

The point's longitude.

void serialize(Archive archive)
double getLatitude()

The point's latitude.

double getLongitude()

The point's longitude.

void serialize(Archive archive)

Constructor Detail

Point

public Point (double latitude, double longitude)

Point

public Point ()

Use constructor with parameters in your code.

This one is for bindings only!

Method Detail

getLatitude

public double getLatitude ()

The point's latitude.

getLongitude

public double getLongitude ()

The point's longitude.

serialize

public void serialize (Archive archive)