ohboy21
ohboy21

Reputation: 4319

How does Google keep track of map loads without API key?

I am implementing Google Maps in my web application. Since Version 3 I don't need an API key for accessing their servers.

Google is limiting the requests, though.

How are they doing that? If external users are accessing my website, one map load is generated.

Do I have now about 25,000 map loads per IP address or how to they recognize my application?

Upvotes: 0

Views: 133

Answers (1)

Dr.Molle
Dr.Molle

Reputation: 117314

They probably use the location/domain of the current document(this detail will be sended to the Authentication-service).

But as long as it's not documented this may only be an assumption, you'll have to ask google how they do it.

Upvotes: 1

Related Questions