setLocationEngine

Set the location engine to update the current user location.

If null is passed in, all updates will have to occur through the LocationPluginImpl.forceLocationUpdate method.

Parameters

locationEngine

a LocationEngine this component should use to handle updates

fun setLocationEngine(locationEngine: LocationEngine?)