Hi Andy,

You'll find that these private properties are not part of the public API and
will change indeterminably with each release depending on our
compilation/minification/obfuscation.

Please reread the reference
http://code.google.com/apis/maps/documentation/javascript/reference.html#Map

map.get('center') or map.getCenter() returns a LatLng object (
http://code.google.com/apis/maps/documentation/javascript/reference.html#LatLng),
whose
coordinates are accessed via methods lat() and lng().

Cheers
Chris

On Wed, Nov 17, 2010 at 1:57 PM, Wiggum <[email protected]> wrote:

> When I call map.get("center") with version 3.1 this returned an object I
> could reference the coordinates as b and c. I see with version 3.2 you have
> renamed them to ra and sa.
>
> --
> 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]<google-maps-js-api-v3%[email protected]>
> .
> For more options, visit this group at
> http://groups.google.com/group/google-maps-js-api-v3?hl=en.
>

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