GeometryModel constructor
GeometryModel({
- LatLngModel? location,
- ViewPortModel? viewport,
Implementation
GeometryModel({this.location, this.viewport});
GeometryModel({this.location, this.viewport});