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