set My Location Enabled
@RequiresPermission(anyOf = ["android.permission.ACCESS_COARSE_LOCATION", "android.permission.ACCESS_FINE_LOCATION" ] )
Enables or disables the my location layer.
Parameters
enable
true enables the my location layer, false disables the my location layer.