LatLng class
Constructors
- LatLng.new(double latitude, double longitude)
-
const
-
LatLng.fromCoords(Map<
String, dynamic> json) -
factory
-
LatLng.fromMap(Map<
String, dynamic> dataMap) -
factory
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toCoordsJson(
) → Map< String, dynamic> -
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override