Chris Morabito
- Total activity 55
- Last activity
- Member since
- Following 0 users
- Followed by 1 user
- Votes 0
- Subscriptions 28
Articles
Votes on activity by Chris Morabito-
How do I initialize Dynamic Street View to look at the front of a building?
Initializing the Street View panorama viewer to look at the front of a building can be deceptively difficult, because the Street View viewer is initialized with a lat/lng location, not an address. ...
-
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...
-
403 Authorization Errors for API Keys in Chrome v85+
A new default policy introduced in Google Chrome version 85 prevents the full URL from being sent in the referer header for cross-domain HTTP requests. https://developers.google.com/web/updates/202...
-
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...
-
Get Started with STREAM:RASTER
Review the product info here: https://woolpert.com/stream-raster/ View live demos here: https://demo.raster.stream.woolpert.io/ To experience STREAM:RASTER yourself, email us at cloudsuccess@wool...
-
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...
-
Why does the satellite basemap in the developer APIs/SDKs look different than what I see in the Google Maps applications?
The imagery available in the Google Maps developer APIs/SDKs may differ from what you see in Google's first-party Google Maps applications (google.com or Google Maps Android/iOS apps). Imagery may ...
-
Can Maps JavaScript API perform spatial calculations (like distance, area, or point-in-polygon)?
The Geometry Library in Maps JavaScript API will do basic spatial calculations, including: Area Distance Heading Length Point-on-Edge Point-in-Polygon Geometry Library is not enabled by default, ...
-
Maps Static API returns errors above 25,000 requests per day
To prevent unauthorized usage, in addition to your API Key, Google recommends you add a signature to each of your Maps Static API URLs. Once the URL signing secret is defined (for use with signed r...
-
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...