Mike Rockétt
Mike Rockétt

Reputation: 9007

Can I use Google Maps API for JS on my intranet-based app?

This may have been answered elsewhere, but I still don't have enough clarification.

I am in the process of building a pledge management system for one of my charitable clients. Part of this project will involve the following:

Now, the Google Maps API (v3) for JS has everything I need to proceed. However, I am not sure if I am able to use it as the app itself is designed for an intranet. Furthermore, the app is not publicly accessible. Only employees with an employee ID/key can access the app.

So, does this mean that I cannot use the API, simply because the app cannot be accessed by the public? If that is the case, what other services offer the above functionality that will allow me to?

(I do apologise if I am not supposed to be asking this question here - I don't know where else to put it...)

Upvotes: 0

Views: 1419

Answers (1)

chairbender
chairbender

Reputation: 849

Using Maps/Places API inside of an Intranet needs the Premier API version. You can take a look at Nominatim as an alternative, but you will need to run your own Nominatim server, since the usage policy for the public OSM Nominatim server forbids the sort of traffic features like auto-completion would generate.

Upvotes: 1

Related Questions