LatLng class
Represents a geographical location as a latitude-longitude pair.
- Annotations
Constructors
- LatLng.new({double? latitude, double? longitude})
-
Creates a new LatLng object with the given latitude and longitude.
const
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override