abstract fun addLocationUpdateListener(@NonNull locationUpdateListener: LocationUpdateListener): Unit
Add location update listener. When using this method, you shoud remember to unregister using LocationSourceExtension#removeLocationUpdateListener(LocationUpdateListener)
.