S2LatLng

Undocumented in source.

Constructors

this
this(S1Angle lat, S1Angle lng)
Undocumented in source.
this
this(S2Point p)
Undocumented in source.

Members

Functions

approxEquals
bool approxEquals(S2LatLng o, S1Angle maxError)
Undocumented in source. Be warned that the author may not have intended to support it.
coords
R2Point coords()
Undocumented in source. Be warned that the author may not have intended to support it.
getDistance
S1Angle getDistance(S2LatLng o)
Undocumented in source.
isValid
bool isValid()
Undocumented in source. Be warned that the author may not have intended to support it.
lat
S1Angle lat()
Undocumented in source. Be warned that the author may not have intended to support it.
lng
S1Angle lng()
Undocumented in source. Be warned that the author may not have intended to support it.
normalized
S2LatLng normalized()
Undocumented in source. Be warned that the author may not have intended to support it.
opBinary
S2LatLng opBinary(S2LatLng v)
Undocumented in source. Be warned that the author may not have intended to support it.
opBinary
S2LatLng opBinary(double m)
Undocumented in source. Be warned that the author may not have intended to support it.
opBinaryRight
S2LatLng opBinaryRight(double m)
Undocumented in source. Be warned that the author may not have intended to support it.
opCmp
bool opCmp(S2LatLng o)
Undocumented in source. Be warned that the author may not have intended to support it.
opEquals
bool opEquals(S2LatLng o)
Undocumented in source. Be warned that the author may not have intended to support it.
toS2Point
S2Point toS2Point()
Undocumented in source. Be warned that the author may not have intended to support it.
toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.
toStringInDegrees
string toStringInDegrees()
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

fromDegrees
S2LatLng fromDegrees(double latDegrees, double lngDegrees)
Undocumented in source. Be warned that the author may not have intended to support it.
fromE5
S2LatLng fromE5(int latE5, int lngE5)
Undocumented in source. Be warned that the author may not have intended to support it.
fromE6
S2LatLng fromE6(int latE6, int lngE6)
Undocumented in source. Be warned that the author may not have intended to support it.
fromE7
S2LatLng fromE7(int latE7, int lngE7)
Undocumented in source. Be warned that the author may not have intended to support it.
fromRadians
S2LatLng fromRadians(double latRadians, double lngRadians)
Undocumented in source. Be warned that the author may not have intended to support it.
fromUnsignedE6
S2LatLng fromUnsignedE6(uint latE6, uint lngE6)
Undocumented in source. Be warned that the author may not have intended to support it.
fromUnsignedE7
S2LatLng fromUnsignedE7(uint latE7, uint lngE7)
Undocumented in source. Be warned that the author may not have intended to support it.
invalid
S2LatLng invalid()
Undocumented in source. Be warned that the author may not have intended to support it.
latitude
S1Angle latitude(S2Point p)
Undocumented in source. Be warned that the author may not have intended to support it.
longitude
S1Angle longitude(S2Point p)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta