The default Google maps marker is a red pin. Is it possible to replace the default marker image with a custom image through an intent?
Edit:
This is when sending a geouri intent to launch an external map app. Not when doing it within the app with a MapActivity subclass.
You can send an Integer with the image position in the array:
And in your map activity:
If you use a similar google code, your xml should be: