Ok, I finally understand.
-------------------------------------
var mvcObject1 = new google.maps.MVCObject();
mvcObject1.set("visible", true);
var mvcObject2 = new google.maps.MVCObject();
mvcObject2.visible_changed = function(){
alert("visible_changed");
};
mvcObject2.bindTo("visible", mvcObject1, "visible", false); //
noNotify = false
//mvcObject2.bindTo("visible", mvcObject1, "visible", true); //
noNotify = true
-------------------------------------
On 10月6日, 午後4:03, "Masashi.K" <[email protected]> wrote:
> I see.
> I've understand the meaning, but I can not understand how to use it.
> Could you tell me any snippet?
>
> (I like MVCObject class because it's useful)
>
> On 10月6日, 午後3:26, "Enoch Lau (Google Employee)" <[email protected]>
> wrote:
>
>
>
>
>
>
>
> > The noNotify argument is to specify that you don't want to be notified on *
> > bind*, not that you don't ever want to be notified.
>
> > Enoch
--
You received this message because you are subscribed to the Google Groups
"Google Maps JavaScript API v3" 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-js-api-v3?hl=en.