abstract fun centerOnMyLocation(): Unit
Center map on current location. The current location is obtained using LocationSource#getLastKnownLocation()
The default location source is {FusedLocationSource}, however, it may be overridden by SDK user. No action is executed when last location is null.