iOS Question Google map

Nizze

Active Member
Licensed User
Longtime User
Hi

I have an app (B4a) that simply shows a position on the map .
I get the pos from the server and it sends out lon and lat.


How can i use Googlemap in IOS ?
Or should i use Webview
On B4a i use this code
WebView1.loadUrl ("http://maps.google.com/maps?q="& Lat & "," & .Lon )




Br

Nizze
 
Last edited:

Nizze

Active Member
Licensed User
Longtime User
Hi
I have tryed the same code , but nothing happends
So thats why asked .,
WebView1.loadUrl ("http://maps.google.com/maps?q=" & Lat & "," & Lon )

But when i try to load that line in B4i nothing happands .
But i will do some more test later on

Best Regards
Nizze
 
Last edited:
Upvote 0

Nizze

Active Member
Licensed User
Longtime User
Hi

Now i have tryed without any luck .
I can see page2 opens and webview1 is visible but without any map ..
and if i try to put in an url direct i does not work either ( Link = "www.google.se" )

So if anyone can se whats wrong i will be glad


link = "http://maps.google.com/maps?q=" & Lat & "," & Lon
WebView1.loadUrl( Link )
Page3.RootPanel.LoadLayout("page2")
NavControl.ShowPage(Page3)

Best Regards
Nizze
 
Upvote 0
Top