onDidRequestCurrentLocation

abstract fun onDidRequestCurrentLocation(globalMarketDomain: TMMarketDomain?, completion: (Location?) -> Unit)

Called when the user requests their current location.

Parameters

globalMarketDomain

The TMMarketDomain context, or null if not set.

completion

A callback to return the Location or null if unavailable.