removeAt method

void removeAt(
  1. int index
)

Remove the path specified by index.

Parameters

  • IN index The path index

Throws

  • An exception if it fails.

Implementation

void removeAt(final int index) {
  objectMethod(_pointerId, 'MapViewPathCollection', 'removeAt', args: index);
}