xyToWorld abstract method

Point xyToWorld(
  1. XYPoint xyPoint, {
  2. required int zoom,
})

Converts the flat world position to world coordinates.

Implementation

mapkit_geometry_point.Point xyToWorld(
  mapkit_geometry_geo_xy_point.XYPoint xyPoint, {
  required core.int zoom,
});