MarkerShape constructor

const MarkerShape({
  1. required List<int> coords,
  2. required String type,
})

Implementation

const MarkerShape({required this.coords, required this.type});