CenterPositionChangedCallback
Home > @gooddata/sdk-ui-geo > CenterPositionChangedCallback
CenterPositionChangedCallback type
Callback fired when the map center changes.
Signature:
export type CenterPositionChangedCallback = (center: IGeoLngLat) => void;
References: IGeoLngLat