Chris Morabito
- Total activity 55
- Last activity
- Member since
- Following 0 users
- Followed by 1 user
- Votes 0
- Subscriptions 28
Articles
Recent 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. ...
-
Google Maps JS Places Library - Deprecation of PlaceResult opening_hours.open_now, utc_offset fields
On November 20, 2019, the PlaceResult.opening_hours.open_now and PlaceResult.utc_offset properties in the Google Maps JavaScript API’s Places Library are being deprecated and replaced by new proper...
-
Initialize Dynamic Street View to look at the front of a building
Typically, Dynamic Street View is initialized by providing the lat/lng coordinate of a location to look at. Street View then automatically selects the panorama closest to that location and points t...
-
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, ...
-
Is there a limit on the number of projects I can create in Google Cloud Console?
Google sets a quota for how many projects can be created per billing account. The limit increases over the lifetime of your billing account based on a number of factors, but put simply: the longer ...
-
How can I clone an existing Cloud Console project?
Cloud Console does not have a built-in way to clone a project. However, you could use a tool like Terraformer to create a Terraform template from an existing project, which you could then adapt to...
-
Can I move my API Key(s) between projects?
No, it is not possible to move an API Key from one project to another. You will have to create a new API Key.
-
I'm having trouble accessing Cloud Console, it's sluggish, or pages aren't working
Some steps to try if you're having trouble with Cloud Console: Make sure you're using a modern browser. Cloud Console works best in recent versions of Chrome/Edge/Firefox/Safari. Though technicall...
-
Can I store/cache images from Maps Static API or proxy my requests?
No, the Maps Platform terms of service prohibit caching/storing content. Static maps must always be requested directly from Maps Static API client-side (typically in the “src” attribute of an <img>...