LngLat class
LngLat representative class of geographic point for longitude and latitude
lng : (double) longitude value
lat : (double) latitude value
- Available extensions
Constructors
- LngLat.new({required double lng, required double lat})
-
LngLat.fromList({required List<
double> lnglat})
Properties
Methods
-
distance(
{required LngLat location}) → double -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override