Location class
Geographic coordinates (latitude and longitude).
Represents a precise point on Earth using decimal degrees.
Example:
final location = Location(lat: 37.7749, lng: -122.4194); // San Francisco
Constructors
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.
inherited