GeometryHelper class

Annotations

Constructors

GeometryHelper()

Properties

hashCode int
The hash code for this object.
no setterinherited
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

Static Methods

clamp(double value, double lower, double upper) double
geoPointFor(TileID tileID) Point<num>
ref.
maxGeoPointsInDeviceScreen(Geometry centerGeo, List<int> screenSize) List<Point<num>>
metersPerPixels(double latitude, double zoom) double
ref.
pointForProjectedMeters(ProjectedMeters meters) Point<num>
ref.
projectedMeters(double latitude, double longitude) ProjectedMeters
ref.
quadKeyFor(TileID tileID) String
ref.
tileIDFor(Point<num> point, int zm) TileID
ref.
tileIDForKey(String quadKey) TileID
ref.
tileIDsInDeviceScreen(Geometry geometry, List<int> screenSize) List<TileID>