Type alias CustomLayerCommandParameter

CustomLayerCommandParameter: {
    addCustomBarEntity: AddCustomBarEntityCommandParameter;
    addCustomClusterEntity: AddCustomClusterEntityCommandParameter;
    addCustomConeEntity: AddCustomConeEntityCommandParameter;
    addCustomGLTFEntity: AddCustomGLTFEntityCommandParameter;
    addCustomGroundPolylineEntity: AddCustomGroundPolylineEntityCommandParameter;
    addCustomHoleEntity: AddCustomHoleEntityCommandParameter;
    addCustomManholeEntity: AddCustomManholeEntityCommandParameter;
    addCustomPipelineEntity: AddCustomPipelineEntityCommandParameter;
    addCustomPointEntity: AddCustomPointEntityCommandParameter;
    addCustomPolygonPrismEntity: AddCustomPolygonPrismEntityCommandParameter;
    addCustomPolylineEntity: AddCustomPolylineEntityCommandParameter;
    addCustomProjectorEntity: AddCustomProjectorEntityCommandParameter;
    addCustomPushpinEntity: AddCustomPushpinEntityCommandParameter;
    addCustomSphereEntity: AddCustomSphereEntityCommandParameter;
    addCustomSurfaceCircleEntity: AddCustomSurfaceCircleEntityCommandParameter;
    addCustomSurfacePolygonSetEntity: AddCustomSurfacePolygonSetEntityCommandParameter;
    addCustomSurfacePolylineEntity: AddCustomSurfacePolylineEntityCommandParameter;
    addCustomTextEntity: AddCustomTextEntityCommandParameter;
    addCustomTriangleSetEntity: AddCustomTriangleSetEntityCommandParameter;
    removeCustomEntity: RemoveCustomEntityCommandParameter;
    updateCustomEntity: UpdateCustomEntityCommandParameter;
}

自畫圖層指令參數

Type declaration

Generated using TypeDoc