[Google Maps API v2] Re: Problem creating custom GIcon
On Jul 8, 9:44 pm, Eishita <eze...@gmail.com> wrote:
> Yes they are in local directory. But it is not showing me any custom
> icon. It shows me the default marker icon.
Link? [2nd request]
>
> On Jul 8, 6:43 pm, "geocode...@gmail.com" <geocode...@gmail.com>
> wrote:
>
>
>
>
>
>
>
> > On Jul 8, 8:38 pm, Eishita <eze...@gmail.com> wrote:
>
> > > Previously I had something like this -
>
> > > var gicons = [];
>
> > > var baseIcon = newGIcon(G_DEFAULT_ICON);
> > > baseIcon.iconAnchor = new GPoint(9,34);
> > > baseIcon.iconSize = new GSize(20,34);
> > > baseIcon.infoWindowAnchor = new GPoint(9,2);
>
> > > gicons["home"] = newGIcon(baseIcon,"yellow.png");
> > > gicons["red"] = newGIcon(baseIcon,"red.png");
> > > gicons["green"] = newGIcon(baseIcon,"green.png");
> > > gicons["blue"] = newGIcon(baseIcon,"blue.png");*/
> > > It works fine.
> > > Instead of the previous thread I want to re-write it like following -
>
> > > var tags = ["home", "red","green", "blue"];
> > > var tag_colors = ["yellow.png", "red.png", "green.png", "blue.png"];
>
> > > for(var i=0; i<tags.length; i++){
>
> > > if(tags[i]!=null){
>
> > > gicons[tags[i]] = new
> > >GIcon(baseIcon,tags_colors[i]);
> > > }
> > > }
>
> > > But unfortunately it is not working. No idea why.
>
> > What do you mean by "not working"?
>
> > > Can anyone help me please?
>
> > Link?http://groups.google.com/group/Google-Maps-API/web/suggested-posting-......
>
> > Do the icons exist in the local directory?
>
> > -- Larry
--
You received this message because you are subscribed to the Google Groups "Google Maps API V2" group.
To post to this group, send email to google-maps-api@googlegroups.com.
To unsubscribe from this group, send email to google-maps-api+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-maps-api?hl=en.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home