Youngnam Kang
Youngnam Kang

Reputation: 31

In Google Maps Javascript API v2(for Business License), How can I call Maps API correctly?

I'm using Google Maps API for Business version. so, followed this document. https://developers.google.com/maps/documentation/business/clientside#v2 (surely, I registered my Website URL in Google Maps Admin.)

But, I got this error below.

The Google Maps API server rejected your request. The "client" parameter specified in the request is invalid.

when I use javascript API v3, there's no problem.

In business license, can't I use javascript API v2?

thanks.

Upvotes: 0

Views: 508

Answers (1)

Mano Marks
Mano Marks

Reputation: 8819

V2 apps require either a license key, or a client parameter. The client parameter is assigned to your company for particular URLs under your Maps API for Business license. If you have a client parameter, and it's not working, you should contact Google Enterprise support:

http://support.google.com/enterprisehelp/bin/answer.py?hl=en&answer=142858&rd=1

Upvotes: 1

Related Questions