location property

List<double?>? location
getter/setter pair

An array of latitude, longitude, altitude position of the location indicator. Values under 0.000001 variation are ignored. Default value: 0,0,0.

Implementation

List<double?>? location;