javascript - Google Maps Marker Types -


i have teardrop google marker black dot in middle, want use teardrop marker without dot in middle of marker image.

below shows i'm getting marker image don't know how access other marker images.

new google.maps.markerimage("http://chart.apis.google.com/chart?chst=d_map_pin_letter&chld=%e2%80%a2|" 

also, can change fill color of teardrop pin, how can change outline color of pin?

just take @ this link , there's lot of amazing samples creating own marker.


Comments

Popular posts from this blog

iphone - Three second countdown in cocos2d -

hyperlink - how to do url routing in php -

c - Avoiding Extra Malloc in Linked List (node->next = NULL) -