On Apr 20, 11:20 am, "[email protected]" <[email protected]>
wrote:
>
> Where do I place this to have it in a callback function ?

You already have the callback function.

  function setCenterToPoint(point)
  {
        map.setCenter(point, 16);
        myPano.setLocationAndPOV(point);
  }

Note that myPano needs to be a global variable, like map.

> Many thanks again, spent two days to get where I am now so really want
> to get this working.

You would help us to help you if you provided a link instead of code
snippets.

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

Reply via email to