I'm developing an andoid app that use the google maps api V2. I need to show to the user a little preview of the map like there is in Google Maps App or Google Now (See the screen)
There is any solution?
You can use Lite mode map
:
A lite mode map is a bitmap image of a map at a specified location and zoom level. Lite mode supports all of the map types (normal, hybrid, satellite, terrain) and a subset of the functionality supplied by the full API. Lite mode is useful when you want to provide a number of maps in a stream, or a map that is too small to support meaningful interaction.
For detail, go through the doc Google Maps Android API v2 Lite Mode map
Hope this help!