i'm building an application and need a layout that shows google maps navigation, there is any way to open the Google Maps app from in my application? (i dont want an intent to open the normal Google Maps app..)
for example -
i'm building an application and need a layout that shows google maps navigation, there is any way to open the Google Maps app from in my application? (i dont want an intent to open the normal Google Maps app..)
for example -
If you don't wanty to use Google Maps app, you will have to implement your very own map logic using map view.
You can read map view documentation to lear how to use these api.
Using these approach you will be able to use any customization you want on your maps, BUT you will have to take care of every details.