Hi Barry,
Thank you for your corrections, but now i have a problem google chart as
icon is not show up on top of map , i thing is about the size, is the size
of icon should equal as chart ?
or chart should equal as icon? or maybe it's resizeable otomatically?
Where i can find good link of documentation about how to use google chart
and map in google ?
this below snip code work but the chart as icon is not show on map.
var baseIcon = new GIcon();
baseIcon.image = "
http://chart.apis.google.com/chart?chs=70x70&chd=t:60,40&cht=...Gas
";
baseIcon.iconSize = new GSize(70, 70);
baseIcon.shadowSize = new GSize(37, 27);
baseIcon.iconAnchor = new GPoint(9, 27);
baseIcon.infoWindowAnchor = new GPoint(9, 2);
baseIcon.infoShadowAnchor = new GPoint(18, 25);
Any idea?
Thank you very much
> Date: Tues, May 13 2008 9:53 am
> From: "Barry Hunter"
> baseIcon.image =
> "
>
http://chart.apis.google.com/chart?chs=70x70&chd=t:60,40&cht=p3&chl=Oil|Gas<
http://chart.apis.google.com/chart?chs=70x70&chd=t:60,40&cht=p3&chl=O...>
> ";
> it just takes a url
> On Tue, May 13, 2008 at 5:28 PM, petro finder <petrofin...@gmail.com>
> wrote:
> > Hi All,
> > I need to know how can I make or combine google chart as icon or marker
> for
> > google map
> > my snip code is like this...
> > ---------------------
> > var point = new GLatLng(0.5311, 101.466);
> > var baseIcon = new GIcon();
> > baseIcon.image = <img
> > src="
> http://chart.apis.google.com/chart?chs=70x70&chd=t:60,40&cht=...Gas<http://chart.apis.google.com/chart?chs=70x70&chd=t:60,40&cht=...>
> "
> > alt="Production char">;