Hello,
How can I get latitude and longitude from a map position in TAdvWebBrowser ?
Exemple:
Lat = document.getElementById("Latitude");
Long = document.getElementById("Longitude");
Hello,
How can I get latitude and longitude from a map position in TAdvWebBrowser ?
Exemple:
Lat = document.getElementById("Latitude");
Long = document.getElementById("Longitude");
Hi,
You can use AdvWebBrowser1.ExecuteJavaScriptSync to execute JavaScript and return the value
This topic was automatically closed 60 minutes after the last reply. New replies are no longer allowed.