@lynnz Extension functions don’t bypass access permissions. You
could create an extension function that does what you want (and is public rather than default/package) as long as you were in a scope that could actually call
operator.getUserLocation()
as far as I know.