distance property

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

Distance between the matched location and the search location (in meters).

Implementation

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