Type Alias: MapLoadMiddleware()
type MapLoadMiddleware = (data, ctx) => MapOptions;
Parameters
Parameter | Type |
---|---|
data | MapOptions |
ctx | MiddlewareCtx <{ map : MapSVGMap ; }> |
type MapLoadMiddleware = (data, ctx) => MapOptions;
Parameter | Type |
---|---|
data | MapOptions |
ctx | MiddlewareCtx <{ map : MapSVGMap ; }> |