Could we make transparent the background layer on a map fragment which save a map from google maps in order to display only the route (polyline) without the map.
This route will be display on a video (camera which filmed the road) in order to get an augmented reality navigation.
Thanks
There are two ways you can do it:
Alternately;
You can set the mapType as None. Which should give you the map without any tiles on it like Roadmap, Hybrid, Terrain maptypes. See snippet. (Althogh I don't have experience with this maptype, I am assuming it gives you a blank canvas of the globe)
EDIT: You can implement
GLSurafaceView. If you are looking to develop augmented reality, this seems like a relevant option. Here's the description of the class.