from property

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

Lower boundary of a range in meters. The Geo ranking criterion considers all records within the range to be equal.

Implementation

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