David Hollema
- Total activity 90
- Last activity
- Member since
- Following 0 users
- Followed by 1 user
- Votes 2
- Subscriptions 48
Articles
Recent activity by David Hollema-
How can I view our Maps Platform usage by platform (iOS, Android, Web)?
A best practice is to separate platforms (application types) by API key. If your project is set up this way, view usage by API key.
-
What was the Google Cloud Support Portal?
Google Cloud Support Portal was used in the past to manage Client ID's for Premium Plan licenses. Since March 31, 2021, Support Portal has been deprecated and Client ID management is moved to Cloud...
-
When should I use IP Address restrictions vs HTTP Referer restrictions?
IP Address - API Keys used server-side to make REST API web service requests should be restricted by IP Address. The IP is the external IP address of the host. HTTP Referer - API Keys used clien...
-
Most/all of the Maps Platform APIs have a per user quota. How is a user defined and measured?
The quota per user is the maximum amount of requests that a single user can make to the API in a given time period. The per user quota is listed on the Quotas page as Requests per 100 seconds per ...
-
What activities incur a Dynamic Maps charge?
A Dynamic Maps map load is incurred for every instantiation of JavaScript API Map class: new google.maps.Map() This is the only activity that incurs a dynamic map load charge. Downloading the Java...
-
Tell me about the Google API Console
The Google API Console or Developers Console can be found at https://console.developers.google.com. This console focuses on Google API management whereas Cloud Console (https://console.cloud.googl...
-
How can I change the QPS quotas (queries-per-second)?
The QPS limit can be raised by submitting a request to Google Support on the Edit Quotas page. Note that quotas are listed per minute in the Cloud Console but are also enforced per second. Choose t...
-
What are best practices and patterns for structuring resources within Google Maps Platform?
It is commonplace for organizations to support multiple applications that use Google Maps APIs, each consisting of multiple environments. Here are some strategies for structuring Google Cloud reso...
-
How can I limit consumption of a certain API?
Here are a few options to limit API consumption. To blocks all calls to the API, Disable the API for your project. To prevent daily cost overruns, Set a daily quota for the API. To protect API key...
-
Which data sources does Google Maps JavaScript API support for visualizing my own data?
KML and GeoJSON Google Maps JavaScript API natively supports KML and GeoJSON formats KML layers are rendered server-side by Google and downloaded as image tiles. KML files must be publicly-accessi...