Hello 

Today I realized my google map icons are no more painted on google maps. 
Then I found out that google has a new version of API chart, so the old 
version is deprecated.

I was happy to use it to create custom map markers with a sign in it and to 
choose colors. Till now I was able to create these markers that way:

var icon = new google.maps.MarkerImage(
    "https://chart.apis.google.com/chart?chst=d_map_spin&chld=0.55|0|" + 
color.substring(1) + "|13|" + "_" + "|" + letter,
    null,
    null,
    new google.maps.Point(10, 37), // anchor
    null);


Is something like that still possible? I'm happy for any link, that I couldn't 
find. I only can find how to use custom images but I need the original google 
markers being able to put a letter in it and to change the color. 


Regards





-- 
You received this message because you are subscribed to the Google Groups 
"Google Visualization API" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-visualization-api+unsubscr...@googlegroups.com.
To post to this group, send email to google-visualization-api@googlegroups.com.
Visit this group at https://groups.google.com/group/google-visualization-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-visualization-api/d8caaf1a-5ed7-44b1-b791-42c64bc4479b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to