GeometryModel constructor

GeometryModel({
  1. LatLngModel? location,
  2. ViewPortModel? viewport,
})

Implementation

GeometryModel({this.location, this.viewport});