CombainFloorMap class

Constructors

CombainFloorMap({required String imageURL, required double latSW, required double lonSW, required double latNE, required double lonNE, required double latTopLeft, required double lonTopLeft})

Properties

hashCode int
The hash code for this object.
no setterinherited
imageURL String
getter/setter pair
latNE double
getter/setter pair
latSW double
getter/setter pair
latTopLeft double
getter/setter pair
lonNE double
getter/setter pair
lonSW double
getter/setter pair
lonTopLeft double
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

encode() Object
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

Static Methods

decode(Object result) CombainFloorMap