@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, toString
public FloatLatLng(double lat, double lng)
public FloatLatLng(LatLng ll)
public int getFixedLat()
getFixedLat
in class LatLng
public int getFixedLng()
getFixedLng
in class LatLng
public boolean isFixedPoint()
isFixedPoint
in class LatLng
public FixedLatLng toFixed()
public FloatLatLng toFloat()
public boolean isNormalized()
isNormalized
in class LatLng
public LatLng calculateMidpoint(LatLng other)
LatLng
calculateMidpoint
in class LatLng