MikeH Well-Known Member Licensed User Longtime User Feb 3, 2016 #1 I'm not sure what has changed, but I used to be able to open a Streetview with: B4X: Dim URL As String = "comgooglemaps://?center=46.414382,10.013988&mapmode=streetview" App.OpenURL(URL) I have B4X: #QueriesSchemes: comgooglemaps in the attributes and I can open Streetview but I just get a black screen with a never ending progressview. Its the same if I change the coordinates. Any ideas?
I'm not sure what has changed, but I used to be able to open a Streetview with: B4X: Dim URL As String = "comgooglemaps://?center=46.414382,10.013988&mapmode=streetview" App.OpenURL(URL) I have B4X: #QueriesSchemes: comgooglemaps in the attributes and I can open Streetview but I just get a black screen with a never ending progressview. Its the same if I change the coordinates. Any ideas?
Erel B4X founder Staff member Licensed User Longtime User Feb 4, 2016 #2 I also see it. This url (from their example) does work: comgooglemaps://?center=40.765819,-73.975866&zoom=14&views=traffic. Something has changed with Google Maps app. It is not related to your app. Upvote 0
I also see it. This url (from their example) does work: comgooglemaps://?center=40.765819,-73.975866&zoom=14&views=traffic. Something has changed with Google Maps app. It is not related to your app.
Erel B4X founder Staff member Licensed User Longtime User Feb 4, 2016 #3 You need to change mapmode: https://developers.google.com/maps/documentation/ios-sdk/urlscheme?hl=en Upvote 0
MikeH Well-Known Member Licensed User Longtime User Feb 4, 2016 #4 It looks like Google have removed Streetview from their Maps app. This no longer works: mapmode: Sets the kind of map shown. Can be set to: standard or streetview. Lots of people are complaining about it and have been for a while: https://productforums.google.com/forum/#!topic/maps/b_DIB_M_Ohk Upvote 0
It looks like Google have removed Streetview from their Maps app. This no longer works: mapmode: Sets the kind of map shown. Can be set to: standard or streetview. Lots of people are complaining about it and have been for a while: https://productforums.google.com/forum/#!topic/maps/b_DIB_M_Ohk
JanPRO Well-Known Member Licensed User Longtime User Feb 6, 2016 #5 Using Streetview+JS+WebView might be a good solution for now. Upvote 0
MikeH Well-Known Member Licensed User Longtime User Feb 6, 2016 #6 I'm downloading the image and making my own streetview instead. Gives me much more potential Upvote 0
marcick Well-Known Member Licensed User Longtime User Feb 26, 2016 #7 MikeH said: I'm downloading the image and making my own streetview instead. Gives me much more potential Click to expand... What do you mean ? Upvote 0
MikeH said: I'm downloading the image and making my own streetview instead. Gives me much more potential Click to expand... What do you mean ?
MikeH Well-Known Member Licensed User Longtime User Feb 26, 2016 #8 marcick said: What do you mean ? Click to expand... Using http to download the image then displaying it in an imageview Upvote 0
marcick said: What do you mean ? Click to expand... Using http to download the image then displaying it in an imageview
marcick Well-Known Member Licensed User Longtime User Feb 26, 2016 #9 But how is obtained the 360° view ? Upvote 0
MikeH Well-Known Member Licensed User Longtime User Feb 26, 2016 #10 marcick said: But how is obtained the 360° view ? Click to expand... Its all explained here https://developers.google.com/maps/documentation/streetview/intro Upvote 0
marcick said: But how is obtained the 360° view ? Click to expand... Its all explained here https://developers.google.com/maps/documentation/streetview/intro
marcick Well-Known Member Licensed User Longtime User Feb 26, 2016 #11 sounds a bit complicated to implement something of interactive Upvote 0
MikeH Well-Known Member Licensed User Longtime User Feb 26, 2016 #12 marcick said: sounds a bit complicated to implement something of interactive Click to expand... Well, "complicated" is what we charge for... https://www.b4x.com/android/forum/threads/tog-along-approved.63957/#post-404565 Upvote 0
marcick said: sounds a bit complicated to implement something of interactive Click to expand... Well, "complicated" is what we charge for... https://www.b4x.com/android/forum/threads/tog-along-approved.63957/#post-404565
marcick Well-Known Member Licensed User Longtime User Feb 26, 2016 #13 Because I'm curious, you got my 1,99 right now ;-) Upvote 0