lat property

  1. @JsonKey(name: r'lat')
double? lat
final

Latitude of the matched location.

Implementation

@JsonKey(name: r'lat')
final double? lat;