On Dec 14, 11:54 am, Thithi32 <[email protected]> wrote:
> Bonjour,
> Je fais un getBoundsZoomLevel mais il me renvoie 2 au lieu de 12 (je
> crois).
>
> Je fais:
>
>             viewBounds = new GLatLngBounds();
>             viewBounds.extend(southwest);
>             viewBounds.extend(northeast);
>            zm = gmap_obj.getBoundsZoomLevel(viewBounds);
>
> zm me donne 2 au lieu de 11 ou 12 ???
>
> J'ai retourner le problème, en mettant northeast et southeast dans le
> constructeur new mais le résultat est le même...
>
> Quelqu'un pour m'aider? Besoin d'info supplémentaires?
>
> MERCI!

translated from French:
> Hello,
> I have a getBoundsZoomLevel but it returns me 2 instead
> of 12 (I think).
> I do:
>
> viewBounds = new GLatLngBounds ();
> viewBounds.extend (southwest);
> viewBounds.extend (northeast);
> zm gmap_obj.getBoundsZoomLevel = (viewBounds);
>
> zm gives me 2 instead of 11 or 12?

Why do you think it should be 11 or 12?
Are you using v1 or v2 zoom levels (they go opposite directions)?

>
> I return the problem by putting in northeast and the
> southeast new manufacturer but the result is the same ...
>
> Someone to help me? Need additional info?

What are southwest and northeast?

A link to a map that shows the problem would help, but without those 2
pieces of information, we can't reproduce the problem.

  -- Larry

>
> THANK YOU!


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