getLastKnownLocation

open suspend override fun getLastKnownLocation(): Coordinates

Retrieves the last known location asynchronously.

Return

The last known location coordinates.


open override 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.