array of default [lon, lat] coordinate values
default selected index
{ coordinateList - array of [lon, lat] coordinate values setCoordinateList - sets coordinateList setSelectedIndex - selected index into coordinateList addCoordinateBefore - adds a new empty coordinate before the selected index addCoordinateAfter - adds a new empty coordinate after the selected index deleteCoordinate - deletes coordinate at selected index setCoordinate - sets the coordinate at selected index }
Generated using TypeDoc
Adds an interface for editing a list of coordinates to a react component