Type String Event mapLocation Revision 2017.3060 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 )