Type String Event mapLocation Revision Release 2024.3703 Keywords mapLocation, request
The original input.
local function mapLocationHandler( event ) print( "This event is for the address: " .. event.request ) -- Prints "1900 Embarcadero Road, Palo Alto, CA" end myMap:requestLocation( "1900 Embarcadero Road, Palo Alto, CA", mapLocationHandler )