As indicated on it's Home Page, the v3 API is still in Code Labs:

http://code.google.com/apis/maps/documentation/v3/

Code Labs means that the API is still in the early stages of
development:

http://code.google.com/labs/faq.html

APIs in Code Labs may change at any time as they evolve. They are also
not committed to the 3 year deprecation policy, and our obligations
with regards to testing and bug fixing are more lightweight.

The freedom that Code Labs gives an API to be nimble as it's develops
is however incompatible with the expectations Enterprise customer's
rightly have of a supported product that they have paid for. Namely
that it will be stable, backwards compatible, long lived, well tested,
and that Google will be responsive to any issues that they raise.

As a result, APIs that are still in Code Labs are not part of Maps API
Premier, and this includes the v3 JS API. This is documented in the
Maps API Premier FAQ:

http://code.google.com/apis/maps/documentation/premier/faq.html#apis

Once the v3 API has graduated from Code Labs we will look to add
support for it to Maps API Premier. However we can not commit to a
schedule for this at this time.

Many thanks,

Thor.

On Nov 20, 2:05 am, Nicolas Chambrier <[email protected]>
wrote:
> Hello,
>
> I'm using a simple Google Map with API v3 :
>  - Loading "http://maps.google.com/maps/api/js?sensor=false";
>  - Using with the JS at end of my message (very simple, I took the
> basic example).
>  - With this configuration, I get my map, with an ad at the lower left
> corner : OK.
>
> Now, my client got a Google Premier Account to remove some limitations
> AND the ad.
> The account is attached to a domain, so I configured the domain on my
> local machine, and when I go to "http://the-domain/map.html"; I see the
> map.
> Now, i change the loaded JS address to add the "client" parameter :
> ->http://maps.google.com/maps/api/js?sensor=false&client=gme-lizeo
>
> Nothing changes, there is still the ad, nothing different :(
>
> Is there something to do ? A known incompatibility between Google
> Premier and API v3 (is the Premier account supported only with API v ≤
> 2 ?) ?
>
> Thanks for your help
>
> ============= JS CODE ================
> <script type="text/javascript">
>   function initialize() {
>     var myLatlng = new google.maps.LatLng(-34.397, 150.644);
>     var myOptions = {
>       zoom: 8,
>       center: myLatlng,
>       mapTypeId: google.maps.MapTypeId.ROADMAP
>     }
>     var map = new google.maps.Map(document.getElementById
> ("map_canvas"), myOptions);
>   }
> </script>
> ====================================

--

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


Reply via email to