rectangle property
rectangle: 所在城市矩形区域范围,格式为西, 南; 东, 北
,单位为经纬度
Implementation
@JsonKey(fromJson: LatLngBounds.nullableFromJson)
final LatLngBounds? rectangle;
rectangle: 所在城市矩形区域范围,格式为西, 南; 东, 北
,单位为经纬度
@JsonKey(fromJson: LatLngBounds.nullableFromJson)
final LatLngBounds? rectangle;