Merge pull request #7696 from nurbek91/googlemaps

Update Google Maps / maps
main
Elbert Alias 1 year ago committed by GitHub
commit 45d965b55e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1769,6 +1769,10 @@
"description": "Google Maps is a web mapping service. It offers satellite imagery, aerial photography, street maps, 360° interactive panoramic views of streets, real-time traffic conditions, and route planning for traveling by foot, car, bicycle and air, or public transportation.", "description": "Google Maps is a web mapping service. It offers satellite imagery, aerial photography, street maps, 360° interactive panoramic views of streets, real-time traffic conditions, and route planning for traveling by foot, car, bicycle and air, or public transportation.",
"dom": "iframe[src*='google.com/maps']", "dom": "iframe[src*='google.com/maps']",
"icon": "Google Maps.svg", "icon": "Google Maps.svg",
"js": {
"googleMapsConfig": "",
"GoogleMap": ""
},
"scriptSrc": [ "scriptSrc": [
"(?:maps\\.google\\.com/maps\\?file=api(?:&v=([\\d.]+))?|maps\\.google\\.com/maps/api/staticmap)\\;version:API v\\1", "(?:maps\\.google\\.com/maps\\?file=api(?:&v=([\\d.]+))?|maps\\.google\\.com/maps/api/staticmap)\\;version:API v\\1",
"//maps\\.google(?:apis)?\\.com/maps/api/js" "//maps\\.google(?:apis)?\\.com/maps/api/js"

Loading…
Cancel
Save