ZoomChangedCallback
Home > @gooddata/sdk-ui-geo > ZoomChangedCallback
ZoomChangedCallback type
Callback fired when map zoom changes.
Signature:
export type ZoomChangedCallback = (zoom: number) => void;
Home > @gooddata/sdk-ui-geo > ZoomChangedCallback
Callback fired when map zoom changes.
Signature:
export type ZoomChangedCallback = (zoom: number) => void;