I think that you want to let the default attributes implemented in Google Maps modify. As you know, Google Maps provides many defaulted facilities on the map, such like My Location dot(market), A Big Circle around my location dot, etc.
To modify this defaulted attributes hidden in the Google Maps, please follow this steps;
1.In Eclipse, select your project and select DDMS(Window->OpenPerspective->DDMS).
2.In DDMS, click "FileExplorer" tab(in Right window) and find "System" in the "Name" column.
3.Navigate to the "system->app->Maps.apk" and you will find "Maps.apk". this is Google Maps app.
4.Select "Maps.apk" and click the small icon in the right-top of this "FileExplorer" tab. If you approach to this icon, you can get "Pull a file from the device" hint. Click this and download "Maps.apk" to your PC directory.
5.In your downloaded PC, change the file extension of the "Maps.apk" into "Maps.zip".
Unzip the changed "Maps.zip" into the "Maps folder". You can see all the files of Maps.apk.
6.Navigate to the res folder in the unzipped folder, then you will get all drawable image and xml using in Google Maps currently.
7.That's all. This is HOW TO VIEW the Google Maps Resources.
- But to see all complete project file, you MUST decompile this app using the decompile Utils tool, but I don't try to explain HOW To USE this decompile toos here.