polygon property

String? polygon
getter/setter pair

A polygon contains a space separated list of latitude-longitude pairs, with each pair separated by whitespace. There must be at least four pairs, with the last being identical to the first (so a polygon has a minimum of three actual points).

Implementation

String? polygon;