Android and Google Maps API - Icons
Posted
by oriharel
on Stack Overflow
See other posts from Stack Overflow
or by oriharel
Published on 2010-03-28T14:16:38Z
Indexed on
2010/03/28
14:23 UTC
Read the original article
Hit count: 242
android
|google-maps
I want to place markers on the map. I want to use the standard Google Maps icons for markers. how do I use them? I don't want to create my own icons. I'm developing for Android.
in the documentation they tell me to create a class that overrides ItemizedOverlay but in the constructor I'm asked to provide a drawable object.
how do I point to the standard Google Maps ones? thanks.
© Stack Overflow or respective owner