RenderedQueryGeometry.fromList constructor
- List<
ScreenCoordinate> points
Implementation
RenderedQueryGeometry.fromList(List<ScreenCoordinate> points)
: value = jsonEncode(points.map((e) => e.toJson()).toList()),
type = Type.LIST;
RenderedQueryGeometry.fromList(List<ScreenCoordinate> points)
: value = jsonEncode(points.map((e) => e.toJson()).toList()),
type = Type.LIST;