PageBlockMap constructor

const PageBlockMap({
  1. required GeoPointBase geo,
  2. required int zoom,
  3. required int w,
  4. required int h,
  5. required PageCaptionBase caption,
})

Page Block Map constructor.

Implementation

const PageBlockMap({
  required this.geo,
  required this.zoom,
  required this.w,
  required this.h,
  required this.caption,
}) : super._();