menu
mapbox_maps_flutter
mapbox_maps_flutter
PolylineAnnotationManager
deleteAll method
deleteAll
brightness_4
deleteAll
method
Null safety
Future
<
void
>
deleteAll
(
)
Delete all the annotation added by this manager.
Implementation
Future<void> deleteAll() => messager.deleteAll(id);
mapbox_maps_flutter
mapbox_maps_flutter
PolylineAnnotationManager
deleteAll method
PolylineAnnotationManager class
Constructors
PolylineAnnotationManager
Properties
hashCode
id
messager
runtimeType
Methods
addOnPolylineAnnotationClickListener
create
createMulti
delete
deleteAll
getLineCap
getLineDasharray
getLineMiterLimit
getLineRoundLimit
getLineTranslate
getLineTranslateAnchor
getLineTrimOffset
noSuchMethod
setLineCap
setLineDasharray
setLineMiterLimit
setLineRoundLimit
setLineTranslate
setLineTranslateAnchor
setLineTrimOffset
toString
update
Operators
operator ==