BoundsChangedCallback
Home > @gooddata/sdk-ui-geo > BoundsChangedCallback
BoundsChangedCallback type
Callback fired when the map visible bounds change.
Signature:
export type BoundsChangedCallback = (bounds: IGeoLngLatBounds) => void;
References: IGeoLngLatBounds