Thanks for all the reply.

finaly I wrote follwing code.

var screenOverlay = new GScreenOverlay("http://chart.apis.google.com/
chart?chs=125x50&chd=t:0,0,0&cht=p3&chdl=Former Customer|Dealer
Customer|Prospect Customer&chco=FF0000,00FF00,0000FF",

                                                  new GScreenPoint(0,
40),
                                                  new GScreenPoint(0,
0),
                                                  new GScreenSize(0,
0));
                         map.addOverlay(screenOverlay);

and it solved my problem.

On Jan 20, 9:22 pm, Brekin <[email protected]> wrote:
> On my website (http://www.ozcamps.net/index.php?
> option=com_wrapper&view=wrapper&Itemid=29) I have used the great
> MapIconMaker to create the markers. You can then use the Google Chart
> API to create the icons in a legend. The icons look really good and it
> is nice and easy.
>
> For more information see this 
> thread:http://groups.google.com/group/Google-Maps-API/browse_thread/thread/3...
>
> Cheers
> Brett
> On Jan 21, 5:04 am, NP <[email protected]> wrote:
>
>
>
> > Hi,
>
> > I am new to google API.
>
> > I created map and place different color markers for all addresses.
> > like green bubble for current customer,red for former customer.
>
> > How I can show to user that green bubble means current customer and
> > red bubble means former customer on map itself? so when user show
> > green bubbule they can understand that this is current customer?
>
> > I have already palced red and green markers on Map and looks great!
> > now need to identify for user on top of the map or bottom corner of
> > the map for color identity.
>
> > -Thanks,
> > Nita- Hide quoted text -
>
> - Show quoted text -
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Maps API" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/Google-Maps-API?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to