removeOverlayViewProvider

open fun removeOverlayViewProvider(@NonNull overlayViewProvider: OverlayViewProvider)

Removes a previously added OverlayViewProvider. If the provider hasn't been added previously, this method will be a no-op.

Using this API requires the current license to contain the annotations component.

This API is still experimental. While it is tested, and doesn't contain any known bugs, it might be changed or removed with any minor release.

Parameters

overlayViewProvider

OverlayViewProvider that should be removed. Must be non-null.

See also

Throws

If the current license doesn't contain the annotations component.