Re: Map Overlays and z-index
On May 27, 11:56 pm, Rossko <ros...@culzean.clara.co.uk> wrote:
> Test it for validity before use.
Or make sure you always have a latlng. If you get an overlay (and no
latlng), you also get overlaylatlng:
OverlayListeners.push(GEvent.addListener(Map,"click",
function(overlay,latlng,overlaylatlng) {
if (overlaylatlng) { latlng = overlaylatlng }
myPano.setLocationAndPOV(latlng);
--
You received this message because you are subscribed to the Google Groups "Google Maps API" 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