Relative Content

Tag Archive for google-mapsgoogle-maps-api-3

Can enterprise apps use their own Google API keys in my app?

I am building an enterprise app that is using google maps API. I see an interest from their side to use their own Maps API keys, instead of my own for the app. It simplified billing for my app and gives more freedom to my customers. Also, if my key stops working, their business will not be impacted and maps will continue work.

Google Place Reviewers Reviews Details

For each user who has reviewed particular Google maps place with unique “place_name”, I would like to get the information about all the reviews and ratings dates to other places that were made by this user.
Any suggestion what is the best way to do this ? I think web scrapping is one option but it is very time consuming (trail and error).
The goal is to do analysis to find potential of fake reviews.

GET TRAFFIC INCIDENT google maps api

I want to ask about Google Map API, I want to get data on traffic events such as accidents or closed roads that cannot be accessed by road users.

google map sample loads in jsfiddle.net but not in my page

I created a billable account in order to generate a key that will work with the location API. I enabled all APIs to that key that seem relevant to my case. Then I started with a basic Add a Google Map to a Web Page tutorial example. I copied the code from the jsfiddle.net of that example to my own HTML, css, and javascript files. The fidddle.net runs the code with my own key, so I know that the key works. Unfortunately I can’t get the map to display in my HTML page.