android - Google maps api v2 customize location marker -
is possible customize location marker? i've googled lot , find lot manuals markers, nothing default location marker. i'm trying make this:
thx in advace
yeah, possible. achieve this, first create marker, longitude , latitude position. next, can change default marker doing like:
marker.icon(bitmapdescriptorfactory.fromresource(r.drawable.my_marker_icon)));
this allow marker customization.
enjoy!
Comments
Post a Comment