insidePolygon property

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

Coordinates of a polygon in which to search. Polygons are defined by 3 to 10,000 points. Each point is represented by its latitude and longitude. Provide multiple polygons as nested arrays. For more information, see filtering inside polygons. This parameter is ignored if you also specify insideBoundingBox.

Implementation

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