geoDistance property
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
@JsonKey(name: r'geoDistance')
final int geoDistance;
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).
@JsonKey(name: r'geoDistance')
final int geoDistance;