setCenterLocationButtonEnabled

abstract fun setCenterLocationButtonEnabled(isEnabled: Boolean)

Set the center map on current location button enabled status. The button will be hidden when false is passed and shown otherwise.

Parameters

isEnabled

true to show the Button, false to hide it.