On Aug 11, 4:42 am, BupbeVn <[email protected]> wrote:
> Hi all,
>
> The first, I'm very sorry. I don't have host to deploy my application :
> (

It's easy enough to put your pages onto a free host so you can link to
it.

>
> I have a marker and the position can be automatic change, When the
> position of marker has change. The infowindow does not update
> position. I try call function map.getInfoWindow().reset(position,
> GInfoWindowTab(), GSize(), null, null) but this occur some problems.
>
> 1. Why need params GInfoWindowTab() and GSize(). I only want to change
> position (In the 
> Documentshttp://code.google.com/apis/maps/documentation/reference.html#GInfoWi...
> . It does not require, but if I put null, it will be error)
> 2. If status of infowindow is maximize, when call function
> map.getInfoWindow().reset(...) It will be error.
>
> Please tell me know, how to change position of infowindow and does not
> change anything else.
>
> Thanks,
> BubeVN

If the parameters are optional then you don't pass them at all, you
are actually passing null to them, try:
function map.getInfoWindow().reset(position,
GInfoWindowTab(), GSize())
--~--~---------~--~----~------------~-------~--~----~
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