LatLngAlt

Package: com.eegeo.mapapi.geometry

An immutable class representing a point on the globe in polar coordinates, with latitude and longitude in degrees, and absolute altitude above sea level in meters.

Fields

public final double latitude

Latitude, in degrees.

public final double longitude

Longitude, in degrees.

public final double altitude

Height of point above sea level, in meters.

Constructors

LatLngAlt(double latitude, double longitude, double altitude)

Creates a LatLngAlt from values.

Type argument Description
double latitude Latitude, in degrees.
double longitude Longitude, in degrees.
double altitude Altitude, in meters.

Methods

LatLng toLatLng()

Gets the position of the point ignoring altitude.

Returns: The position of the point, ignoring altitude.

boolean equals(Object object)

Equality operator.

Returns: True if the objects are equal

Type argument Description
Object object The object to compare.
v0.0.1467
Overview Introduction
Picking PickResult
Widgets (Optional) BlueSphere
Tag Service (Optional) TagService OnTagsLoadCompletedListener
RouteView Widget (Optional) RouteView RouteViewOptions