parseMarkers method

  1. @override
List<PointAnnotationOptions> parseMarkers(
  1. List<CustomMarker> markers
)
override

Implementation

@override
List<mapbox.PointAnnotationOptions> parseMarkers(
  List<CustomMarker> markers,
) {
  throw Exception(
    'This code is unreachable. we are using parseMarkersToAnnotations.',
  );
}