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: enter image description here

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

Popular posts from this blog

php - Submit Form Data without Reloading page -

linux - Rails running on virtual machine in Windows -

php - $params->set Array between square bracket -