removePoint(index)

Class: Polygon.

Description:

Removes a point from the Polygon at a specified index.

Parameters:

Name Type Description

index

number

Index of the point to return.

Returns:

Returns the deleted point or null of there was no point at specified index.

Type: Object | null