LatLngQuad class
A geographical area representing a non-aligned quadrilateral This class does not wrap values to the world bounds
- Annotations
Constructors
- LatLngQuad.new({required LatLng topLeft, required LatLng topRight, required LatLng bottomRight, required LatLng bottomLeft})
-
const
Properties
- bottomLeft → LatLng
-
final
- bottomRight → LatLng
-
final
- hashCode → int
-
The hash code for this object.
no setteroverride
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- topLeft → LatLng
-
final
- topRight → LatLng
-
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toList(
) → dynamic -
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override
Static Methods
-
fromList(
dynamic json) → LatLngQuad?