OptLatLngQuad class

A geographical area representing a non-aligned quadrilateral This class does not wrap values to the world bounds

Constructors

OptLatLngQuad.new({required OptLatLng topLeft, required OptLatLng topRight, required OptLatLng bottomRight, required OptLatLng bottomLeft})
const

Properties

bottomLeft OptLatLng
final
bottomRight OptLatLng
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 OptLatLng
final
topRight OptLatLng
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) OptLatLngQuad?