geoDistance property

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

Distance between the geo location in the search query and the best matching geo location in the record, divided by the geo precision (in meters).

Implementation

// minimum: 0
@JsonKey(name: r'geoDistance')
final int geoDistance;