Zone class

Constructors

Zone(double lat, double lon, int x, int y, String code)
Zone.byCode(String code)
factory
Zone.byLocation(double lat, double lon, int level)
factory
Zone.byXY(double x, double y, int level)
factory

Properties

code String
final
hashCode int
The hash code for this object.
no setteroverride
hexCoords List<Loc>?
no setter
hexSize double
no setter
lat double
final
level int
no setter
lon double
final
neighbours List<Zone>?
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
x int
final
y int
final

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.
override