LCGeoPoint class Null safety
LeanCloud GeoPoint
Constructors
- LCGeoPoint(double latitude, double longitude)
- LCGeoPoint.origin()
Properties
Methods
-
kilometersTo(
LCGeoPoint point) → double -
milesTo(
LCGeoPoint point) → double -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
radiansTo(
LCGeoPoint point) → double -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited