geoPrecision property

  1. @JsonKey(name: r'geoPrecision')
int? geoPrecision
final

Precision used when computing the geo distance, in meters.

Implementation

@JsonKey(name: r'geoPrecision')
final int? geoPrecision;