startTracking

open suspend fun startTracking(request: LocationRequest = LocationRequest()): TrackingStatus

Start tracking the location and wait for the first location update.

Useful for checking if the tracking has started or if the permission has been denied.

Return

The first location update.

Parameters

request

The location request details.