removeMapArrow method - MapScene class - mapview library - Dart API
removeMapArrow
removeMapArrow abstract method
- MapArrow mapArrow
Removes a map arrow from this map scene.
mapArrowThe map arrow to be removed from this map scene.
Implementation
void removeMapArrow(MapArrow mapArrow);