Hello ...I try to make an app about Power Distributors...
I use url/string on google map to display position of Distributor and a little bit infos in a google marker. With VBa.
Before 2-3 year working ok. Now not support that Internet explorer google api.
I use follow code
...
Dim address, sendstring, dist_num As String
Dim txtLatitude, txtLongitude, txtZoom, txtTitle As String
address = Me.address
txtLatitude = Me.txtLatitude
txtLongitude = Me.txtLongitude
txtZoom = Me.txtZoom
txtend = "&output=embed&iwloc=0"
address = Replace(address, " ", "+", 1)
sendstring = txtLatitude & "," & txtLongitude & address & "&z=" & txtZoom & txtend
WebBrowser.Navigate ("http:...maps.google.com/?q=" & sendstring)...
...How fix that?
I use url/string on google map to display position of Distributor and a little bit infos in a google marker. With VBa.
Before 2-3 year working ok. Now not support that Internet explorer google api.
I use follow code
...
Dim address, sendstring, dist_num As String
Dim txtLatitude, txtLongitude, txtZoom, txtTitle As String
address = Me.address
txtLatitude = Me.txtLatitude
txtLongitude = Me.txtLongitude
txtZoom = Me.txtZoom
txtend = "&output=embed&iwloc=0"
address = Replace(address, " ", "+", 1)
sendstring = txtLatitude & "," & txtLongitude & address & "&z=" & txtZoom & txtend
WebBrowser.Navigate ("http:...maps.google.com/?q=" & sendstring)...
...How fix that?