ShapeOSM constructor

ShapeOSM({
  1. required String key,
  2. required GeoPoint centerPoint,
  3. required Color color,
  4. required double strokeWidth,
})

Implementation

ShapeOSM({
  required this.key,
  required this.centerPoint,
  required this.color,
  required this.strokeWidth,
});