For the icon, I think I'm placing the following bit in the wrong
location. Most of the example I've been deconstructing seem to be
using hard coded locations. Any suggestions? I've tried putting the
icon code in a number of different places, no luck. And I do have the
live code updated and images uploaded.

var Icon = new GIcon();
              Icon.image = "../images/arrow.png";
              Icon.iconSize = new GSize(20, 34);
              Icon.shadow = "../images/arrowshadow.png";
              Icon.shadowSize = new GSize(36, 34);
              Icon.iconAnchor = new GPoint(5, 34);
              Icon.infoWindowAnchor = new GPoint(5, 2);

Thanks!

--Jason

On Sat, Feb 6, 2010 at 9:07 AM, Andrew Leach
<[email protected]> wrote:
> On Feb 6, 1:46 pm, Jason Andreoni <[email protected]> wrote:
>> This is from the current source code of that live page: (clear cache?)
>
> Nope: it wasn't loaded from cache. Anyway: the current version has
> your function definition for createCenterMarker, but you're not using
> it. When you create a marker for the "center" location, you are still
> calling createMarker. (That's one of the lines I suggested earlier:
> you need to change it to use the right function)
>
> Andrew
>
> --
> 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.
>
>

-- 
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