public class LngLat
extends java.lang.Object
LngLat
represents a geographic coordinate with longitude and latitude.Constructor and Description |
---|
LngLat() |
LngLat(double lng,
double lat) |
LngLat(LngLat other) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object other) |
LngLat |
set(double lng,
double lat) |
LngLat |
set(LngLat other) |
public LngLat()
public LngLat(LngLat other)
public LngLat(double lng, double lat)