registerCursorSelectionUpdatedMapSceneObjectCallback method

  1. @Deprecated('Use registerOnCursorSelectionUpdatedMapSceneObject instead')
void registerCursorSelectionUpdatedMapSceneObjectCallback(
  1. CursorSelectionCallback<MapSceneObject>? cursorSelectionMapSceneObjectCallback
)

Implementation

@Deprecated('Use registerOnCursorSelectionUpdatedMapSceneObject instead')
void registerCursorSelectionUpdatedMapSceneObjectCallback(
  final CursorSelectionCallback<MapSceneObject>?
      cursorSelectionMapSceneObjectCallback,
) {
  registerOnCursorSelectionUpdatedMapSceneObject(
      cursorSelectionMapSceneObjectCallback);
}