GeometryType<T>.withType constructor

GeometryType<T>.withType(
  1. T coordinates,
  2. GeoJSONObjectType type, {
  3. BBox? bbox,
})

Implementation

GeometryType.withType(this.coordinates, GeoJSONObjectType type, {BBox? bbox})
    : super.withType(type, bbox: bbox);