I tried something like this:
var description:String = "Custom Text"
map.userLocation.description = description
or
var description:String = "Custom Text"
map.userLocation.description(description)
But both are wrong, I'm not sure how to do that. Moreover, Apple documentation isn't really helpful about this description method.