Interface KeplerGeoJsonGeometryExperimental

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

Properties

Properties

coordinates: unknown
type: string