interface GeometryOptions {
    srid?: number;
    type?: GeoJsonType;
}

Properties

Properties

srid?: number