Geometry constructor

const Geometry({
  1. required LatLng location,
  2. required Bounds viewport,
})

Implementation

const Geometry({
  required this.location,
  required this.viewport,
});