GeoLatLng class Null safety
Coordinates in Degrees
final Location location = new Location(10.000002,12.00001);
Constructors
Properties
- hashCode → int
-
The hash code for this object.
read-onlyoverride
- latitude ↔ double
-
read / write
- latitudeInRad → double
-
read-only
- longitude ↔ double
-
read / write
- longitudeInRad → double
-
read-only
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
round(
{int decimals = 6}) → GeoLatLng -
toSexagesimal(
) → String - Converts lat/long values into sexagesimal
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override