类型 字符串 事件 mapLocation 修订 版本 2024.3703 关键词 mapLocation, request
原始输入。
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 )