Type alias GeoJSONOptions

GeoJSONOptions: VectorOptions & {
    features?: GeoJSONFeature[];
}

Type declaration

  • Optional features?: GeoJSONFeature[]

Generated using TypeDoc