MarkerContext constructor
const
MarkerContext(
- Mappoint mapCenter,
- int zoomLevel,
- PixelProjection projection,
- double rotationRadian,
- BoundingBox boundingBox,
Implementation
const MarkerContext(
this.mapCenter,
this.zoomLevel,
this.projection,
this.rotationRadian,
this.boundingBox,
);