On Feb 24, 3:37 pm, Musella <[email protected]> wrote:
> I checked those already - the problem is this is a little more
> advanced javascript than I am used to..
> I didn't see an example of using a custom icon AND setting a z-order
> in the same call. How do you combine the various options?. Most of the
> posts refer back to that first sample you posted which doesn't really
> explain this stuff at all. Version 1 of the api had a simple function
> to set the zorder, but I am using version 2..
>
> Can anyone just show me in my snippett above how to add a Z-order?
You need to understand this:
http://code.google.com/apis/maps/documentation/reference.html#GMarkerOptions
>Instances of this class are used in the opts? argument to the constructor of
>the GMarker class. There is no
> constructor for this class. Instead, this class is instantiated as a
> javascript object literal.
{icon: icon, zIndexProcess: myZindexFunction}
-- Larry
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---