Mercator class

Inheritance

Constructors

Mercator({Tuple2<double, double>? latBounds, Tuple2<double, double>? lngBounds})
const

Properties

bounds Bounds
no setteroverride
hashCode int
The hash code for this object.
no setterinherited
hasLatBounds bool
no setterinherited
hasLngBounds bool
no setterinherited
latBounds → Tuple2<double, double>?
finalinherited
lngBounds → Tuple2<double, double>?
finalinherited
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
project(LatLng? position) UPoint
Projects geographical coordinates into coordinates in units accepted for this CRS (e.g. meters for EPSG:3857, for passing it to WMS services).
override
toString() String
A string representation of this object.
inherited
unproject(UPoint point) LatLng
Given a projected coordinate returns the corresponding GeoPosition. The inverse of project.
override
wrapLat(double value) double
inherited
wrapLng(double value) double
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

MAX_LATITUDE → const double
R → const double
R_MINOR → const double