On Apr 28, 9:18 am, Jayapal Chandran <[email protected]>
wrote:
> I am displaying a draggable directions google map. when i drag a way point
> is created and the directions_changed event is fired.
>
> i use DirectionsRenderer.directions to save the way points in the database.
>
> I parsed the names of the objects and properties and i got the following
>
>  *status: OK; routes: [object Object]; Jf: [object Object]; Xg: true;*
>
> In the above the object Jf is the one which is having the waypoints but
> periodically that name Jf is changing and making us hard to find which
> property holds the waypoints. I have a method to find that. but yet i want
> to know how to handle this.
>
> *Jf: [object Object]; // here Jf is changing periodically*

Those are undocumented properties and will (or at least can) change
with each release.

Only use documented properties.

  -- Larry


>
> I used firefox to debut the object using console.log.
>
> Hope i have made it clear.

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

Reply via email to