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
- 
  distanceOnMap(ScreenPoint fromPoint, ScreenPoint toPoint) → Meter? 
- Вычисление расстояния между точками на карте, соответствующими указанным точкам на экране, в метрах.
- 
  distanceOnScreen(GeoPoint fromGeoPoint, GeoPoint toGeoPoint) → LogicalPixel? 
- Вычисление расстояния между точками на экране, соответствующими указанным точкам на карте, в пикселях.
- 
  mapToScreenWithGeoPoint(GeoPoint point) → ScreenPoint? 
- Вычисление точки экрана, соответствующей указанной точке карты.
- 
  mapToScreenWithGeoPointWithElevation(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