Static
fromReturns a LatLng for the coordinates given in degrees.
Static
fromReports whether the latitude and longitude of the two LatLngs are the same up to a small tolerance.
Returns true if and only if the LatLng is normalized, with lat ∈ [-π/2,π/2] and lng ∈ [-π,π].
Returns the normalized version of the LatLng, with lat clamped to [-π/2,π/2] and lng wrapped in [-π,π].
Returns the string representation of the LatLng.
Static
latitudeStatic
longitude
Represents a point on the unit sphere as a pair of angles.