I´m trying to open an URL in a map.googl
I Setup in Main
And the code is
and the log is
It says that the URL is "NULL"
Now works ( ** edit at 17:38
I use
http://maps.google.com/maps?q=loc:" & xLat & "," & xLong
How to do with Waze ?
I´m trying like in B4a
waze://?ll=-23.5578,-46.68981&navigate=yes
I Setup in Main
B4X:
#QueriesSchemes: https, http
#UrlScheme: https, http
And the code is
B4X:
Log ( "URL: " & s )
If app.CanOpenUrl(s) Then
app.OpenUrl(s)
End If
and the log is
B4X:
URL: https://maps.google.com/maps/api/staticmap?center=-23.55402,-46.69111&markers=color:red|label:you|-23.55402,-46.69111&zoom=16&size=800x680
-canOpenURL: failed for URL: "(null)" - error: "Invalid input URL"
It says that the URL is "NULL"
Now works ( ** edit at 17:38
I use
http://maps.google.com/maps?q=loc:" & xLat & "," & xLong
How to do with Waze ?
I´m trying like in B4a
waze://?ll=-23.5578,-46.68981&navigate=yes
Last edited: