Interface AdapterGeoJsonGeometry

A GeoJSON geometry produced by the adapter.

interface AdapterGeoJsonGeometry {
    coordinates: unknown;
    type: string;
}

Properties

Properties

coordinates: unknown
type: string