point property

void Function(List<num>) point
getter/setter pair

Indicates a point with the specified coordinates [x, y, (and optionally z)].

The coordinate system is unspecified and implementation-dependent; for example, projection streams require spherical coordinates in degrees as input. Outside the context of a polygon or line, a point indicates a point geometry object (Point or MultiPoint). Within a line or polygon ring, the point indicates a control point.

Implementation

void Function(List<num>) point;