removeMapArrow abstract method

void removeMapArrow(
  1. MapArrow mapArrow
)

Removes a map arrow from this map scene.

  • mapArrow The map arrow to be removed from this map scene.

Implementation

void removeMapArrow(MapArrow mapArrow);