WeightedLatLngAlt

Package: com.eegeo.mapapi.geometry

A wrapper class to associate a scale value with a LatLngAlt.

Fields

public static final double DEFAULT_INTENSITY

Default value of intensity field.

public final LatLngAlt point

The point coordinate.

public final double intensity

The scalar weight value.

Constructors

WeightedLatLngAlt(double latitude, double longitude)

Create from coordinates with default altitude and intensity.

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

WeightedLatLngAlt(double latitude, double longitude, double intensity)

Create from coordinates with default altitude.

Type argument Description
double latitude Latitude, in degrees.
double longitude Longitude, in degrees.
double intensity Scalar weight value, in degrees.

WeightedLatLngAlt(LatLngAlt point)

Create from LatLngAlt object with default intensity.

Type argument Description
LatLngAlt point The coordinates object.

WeightedLatLngAlt(LatLngAlt point, double intensity)

Methods

boolean equals(Object object)

Equality comparison.

Returns: True if objects are equal.

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