On Apr 28, 9:18 am, Jayapal Chandran <
jayapalchand...@gmail.com>
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