on Did Request Current Location
abstract fun onDidRequestCurrentLocation(globalMarketDomain: TMMarketDomain?, completion: (Location?) -> Unit)
Called when the user requests their current location.
Parameters
global Market Domain
The TMMarketDomain context, or null if not set.
completion
A callback to return the Location or null if unavailable.