horizontalAccuracy property

  1. @JsonKey(name: 'horizontal_accuracy')
double? get horizontalAccuracy
inherited

The radius of uncertainty for the location, measured in meters; 0-1500

Implementation

@JsonKey(name: 'horizontal_accuracy')
double? get horizontalAccuracy;