Interface FeatureDetail

Hierarchy

  • FeatureDetail

Properties

buildingId?: string
category?: string
className?: string
feature?: Feature<Geometry, {
    [name: string]: any;
}>

Type declaration

  • [name: string]: any
featureId: string
floorId?: string
geometry: Geometry
name?: string
placeId?: string
properties: {
    [name: string]: any;
}

Type declaration

  • [name: string]: any
type: "Point" | "MultiPoint" | "LineString" | "MultiLineString" | "Polygon" | "MultiPolygon" | "GeometryCollection" | "Feature" | "FeatureCollection"

Generated using TypeDoc