getLastKnownLocation

abstract fun getLastKnownLocation(completionCallback: CompletionCallback<Coordinates>)

Retrieves the last known location asynchronously.

Parameters

completionCallback

The callback function to be invoked with the last known location coordinates.


abstract suspend fun getLastKnownLocation(): Coordinates

Retrieves the last known location asynchronously.

Return

The last known location coordinates.