Chris Morabito
- Total activity 58
- Last activity
- Member since
- Following 0 users
- Followed by 1 user
- Votes 0
- Subscriptions 29
Articles
Recent activity by Chris Morabito-
Coordinate Transformations in STREAM:RASTER
STREAM:RASTER uses GDAL and PROJ to perform coordinate transformations when the coordinate reference system (CRS) of an input dataset is different from the output layer. STREAM:RASTER automatically...
-
Add extra zoom levels to STREAM:RASTER WMTS layers
The default WMTS capabilities document returned by STREAM:RASTER sets the maximum zoom level (i.e. tile matrix) as the zoom level that matches the original resolution of the input imagery. If you h...
-
How can I preview my STREAM:RASTER layers?
Use the STREAM:RASTER layer preview tool to quickly browse the layers available in your subscription. Get Started Before you can view STREAM:RASTER layers, you'll need: A valid API Key View Layer...
-
How do I check that a Geocoding API result is a quality match for an address input?
Geocoding API will always try to give you some sort of result. When Geocoding API is unable to find an exact match for an address, it will try to match on only the street name, or even just the cit...
-
Replacing Distance Matrix with Directions API
In Directions API, at a minimum, you pass in an “origin” location and a “destination” location. That is the equivalent of doing a 1-by-1 Distance Matrix call. In the response, you’ll get: an array...
-
Authenticate HTTP Requests from Android, iOS Apps to an Identity-Aware Proxy (IAP) Backend Service
Deploying web services behind Identity-Aware Proxy (IAP) can prevent unauthorized access to your APIs. This guide details how to authenticate requests originating from your users in Android or iOS ...
-
Can I see my Google Maps spend broken down by API key?
Yes. The Google Cloud Console billing reports page provides API key level grouping. In the Group by menu, choose goog-maps-api-key-suffix. The report presents spend by API key suffix. Google M...
-
Places Autocomplete Optimizations
The Places Autocomplete makeover optimization involves two main steps: Switch from per-session billing to per-request billing. Substitute a Geocoding API request for the Places Details request. H...
-
View STREAM:RASTER Map Layers in GIS Applications (WMS)
💡 TIP - For the best performance, view STREAM:RASTER layers as tile services (WMTS). Tiled map services are optimized to load quickly in web maps and other applications. WMS will perform much slowe...
-
I am a former Maps for Work/Premium Plan customer. Can/should I continue to use my Client ID?
Google hasn't announced any plans to deprecate Client ID authentication, and Maps Platform is fully backward-compatible with your existing code. But that doesn't mean you can't start using API Keys...