Hi, everyone.
I got a V3 API Key to localhost development. I had some v2 working
code to show maps, add markers, show info windows, etc.
Since V2 is already deprecated, I'm trying to update my code to use
V3, however, I'm not being able to use it...
I'm adding this tag to the page head:
<script type="text/javascript" src="http://maps.google.com/maps?
file=googleapionly&v=3&key=ABQIAAAAr2VnYI_pNdfaXAVats_cdRT2yXp_ZAY8_ufC3CFXhHIE1NvwkxQJ2ZBZ6Sse5kaV15H33bCsrIHfcg&sensor=false"
></script>

Then, the extra files displayed are these:
http://maps.gstatic.com/intl/pt-BR_ALL/mapfiles/276b/maps2.api/main.js
http://maps.gstatic.com/cat_js/intl/pt-BR_ALL/mapfiles/276b/maps2.api/%7Bmod_drag,mod_ctrapi%7D.js

These seems to be the same files loaded to my V2 code... Shouldn't the
file loaded be something like that?
http://maps.gstatic.com/intl/pt-BR_ALL/mapfiles/something/maps3.api/main.js

Even thought I'm specifying v=3, I can use only a real small subset of
v3 functions ( Probably just what was added to later versions of v2 ).

map.setZoom(16);
map.setCenter(point); // These won't work

map.setCenter(point,16); // Only these ( V2 code ) works

I'm new to the group, so I'm sorry if my post is wrong in any possible
way...
I'm really needing some help. What should I do?
Thanks in advance

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