insideBoundingBox property

  1. @JsonKey(name: r'insideBoundingBox')
List<List<double>>? insideBoundingBox
final

Coordinates for a rectangular area in which to search. Each bounding box is defined by the two opposite points of its diagonal, and expressed as latitude and longitude pair: [p1 lat, p1 long, p2 lat, p2 long]. Provide multiple bounding boxes as nested arrays. For more information, see rectangular area.

Implementation

@JsonKey(name: r'insideBoundingBox')
final List<List<double>>? insideBoundingBox;