@Deprecated public class FloatLatLng extends LatLng
NOTE: This API is still in flux and might change in incompatible ways in the next release.
| Constructor and Description |
|---|
FloatLatLng(double lat,
double lng)
Deprecated.
|
FloatLatLng(LatLng ll)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
LatLng |
calculateMidpoint(LatLng other)
Deprecated.
Calculate the midpoint between this point an another.
|
LatLng |
copy()
Deprecated.
|
boolean |
equals(Object obj)
Deprecated.
|
int |
getFixedLat()
Deprecated.
|
int |
getFixedLng()
Deprecated.
|
double |
getLat()
Deprecated.
|
double |
getLng()
Deprecated.
|
int |
hashCode()
Deprecated.
|
boolean |
isFixedPoint()
Deprecated.
|
boolean |
isNormalized()
Deprecated.
|
LatLng |
normalize()
Deprecated.
|
FixedLatLng |
toFixed()
Deprecated.
|
FloatLatLng |
toFloat()
Deprecated.
|
arcDistance, arcDistance, fromCartesian, toCartesian, toStringpublic FloatLatLng(double lat,
double lng)
public FloatLatLng(LatLng ll)
public int getFixedLat()
getFixedLat in class LatLngpublic int getFixedLng()
getFixedLng in class LatLngpublic boolean isFixedPoint()
isFixedPoint in class LatLngpublic FixedLatLng toFixed()
public FloatLatLng toFloat()
public boolean isNormalized()
isNormalized in class LatLngpublic LatLng calculateMidpoint(LatLng other)
LatLngcalculateMidpoint in class LatLng