Android Question Google Navigation

eades

Member
Licensed User
Longtime User
It is possible to get Google maps in a panel, is there any way to do so with google navigation?
thanks
 

eades

Member
Licensed User
Longtime User
Thanks NJDude
I have it allready working with an intent but i like to get it in an panel so i can use buttons from my app.
 
Upvote 0

eades

Member
Licensed User
Longtime User
I see now not all off it, i have stopped after the example.
I read the rest now, thanks.
I have read the first 15 pages but it is all about maps and not navgation, am i missing something?
 
Last edited:
Upvote 0

eades

Member
Licensed User
Longtime User
NJDude i am using your code
Dim i AsIntent

i.Initialize(i.ACTION_VIEW, "http://maps.google.com/maps?saddr=New York City, NY,&daddr=Washington, DC")
i.SetComponent("com.google.android.apps.maps/com.google.android.maps.MapsActivity")
StartActivity(I)

This works fine but i like the result in een panel in my activity.
Any idea?
 
Upvote 0
Top