Hi,
I want to add a marker when the user clicks on GMap3.
Looking at the available settings (through the Developer Console browser & debugger command), I do not find how to retrieve Lat Lng coordinates from the OnClick Params.
Which are the params to add ?
with IWCGJQGMap3.JQGMapV3Options.Map.Events.OnClick.BrowserParams.Add do
begin
ServerName := ???
BrowserScript := ???
end;
IWCGJQGMap3.JQGMapV3Options.Map.Events.OnClick.OnEvent := MapEventsClick;
Thank.