Projection class

Проекция.

Используется сферическая проекция Меркатора (EPSG:3857), зацикленная по долготе. Отображаемые данные ограничены по широте от -85.06° до 85.06°.

Implemented types

Properties

hashCode int
The hash code for this object.
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

map_to_screen_with_geo_point(GeoPoint point) ScreenPoint?
Вычисление точки экрана, соответствующей указанной точке карты.
map_to_screen_with_geo_point_with_elevation(GeoPointWithElevation point) ScreenPoint?
Вычисление точки экрана, соответствующей указанной точке карты с высотой.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
screenToMap(ScreenPoint point) GeoPoint?
Вычисление точки карты в указанной точке экрана.
screenToMapClipped(ScreenPoint point) GeoPoint
Вычисление ближайшей точки карты к проекции указанной точки экрана.
toString() String
A string representation of this object.
inherited

Operators

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