updateUserLocationAnnotationViewAnimatedWithDuration method
Updates the position of the user location annotation view by retreiving the user's last known location with a specified duration. @param duration The duration to animate the change in seconds.
Implementation
void updateUserLocationAnnotationViewAnimatedWithDuration(double duration) {
_objc_msgSend_hwm8nu(this.ref.pointer, _sel_updateUserLocationAnnotationViewAnimatedWithDuration_, duration);
}