event.request

Type String
Event mapLocation
Revision Release 2024.3703
Keywords mapLocation, request

Overview

The original input.

Example

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 )