GeometryObject.withType constructor

GeometryObject.withType(
  1. GeoJSONObjectType type, {
  2. BBox? bbox,
})

Implementation

GeometryObject.withType(super.type, {super.bbox}) : super.withType();