interface ControllerGroupParams {
    controllers: Record<string, MarkerController | PolylineController | PolygonController>;
    name: string;
}

Properties

Properties

controllers: Record<string, MarkerController | PolylineController | PolygonController>
name: string

Generated using TypeDoc