MarkerContext constructor

const MarkerContext(
  1. Mappoint mapCenter,
  2. int zoomLevel,
  3. PixelProjection projection,
  4. double rotationRadian,
  5. BoundingBox boundingBox,
)

Implementation

const MarkerContext(
  this.mapCenter,
  this.zoomLevel,
  this.projection,
  this.rotationRadian,
  this.boundingBox,
);