GeometryType<T>.withType constructor
GeometryType<T>.withType (
- T coordinates,
- GeoJSONObjectType type, {
- BBox? bbox,
Implementation
GeometryType.withType(this.coordinates, GeoJSONObjectType type, {BBox? bbox})
: super.withType(type, bbox: bbox);