BoundingPolygonBox class

Constructors

BoundingPolygonBox({required num p1Lat, required num p1Lng, required num p2Lat, required num p2Lng, required num p3Lat, required num p3Lng})

Properties

hashCode int
The hash code for this object.
no setterinherited
p1Lat num
getter/setter pair
p1Lng num
getter/setter pair
p2Lat num
getter/setter pair
p2Lng num
getter/setter pair
p3Lat num
getter/setter pair
p3Lng num
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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