-
Updated
Apr 30, 2022 - Objective-C
Google Maps
Google Maps is a web mapping platform and consumer application offered by Google. 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, air and public transportation.
Here are 2,614 public repositories matching this topic...
-
Updated
Mar 1, 2022 - JavaScript
-
Updated
Apr 27, 2022 - Java
-
Updated
Apr 4, 2022 - PHP
-
Updated
Feb 20, 2022 - JavaScript
-
Updated
Apr 25, 2022 - Java
-
Updated
Dec 23, 2020 - C
-
Updated
Jan 10, 2022 - Java
-
Updated
Apr 20, 2022 - JavaScript
-
Updated
Apr 28, 2022 - JavaScript
Suggestion
Add a section to the README about how to test this component.
Motivation
I've come across countless issues and questions in the gitter about how to test or mock this library. If anyone has done this before, please consider adding a testing guide to the README.
-
Updated
Apr 23, 2022 - JavaScript
Please provide an explanation
React 18 was just released and after upgrading I noticed that my map wasn't showing the markers and polygons I rendered anymore. I tried debugging in several ways, but didn't manage to make it work. So I assume that something has to be adjusted in the library to be compatible with React 18.
Your Environment
os: mac
node --version: 14
react version:
-
Updated
Apr 28, 2022 - Java
-
Updated
May 25, 2020 - JavaScript
The waypoint feature is awesome! Can you also expose the Duration and distance to each waypoint in the callback for onReady?
I believe Google's direction API response already contains that information.
Thanks for a great library!
-
Updated
Apr 29, 2022 - TypeScript
-
Updated
Jun 14, 2021 - Java
-
Updated
Mar 26, 2022 - JavaScript
The drawing layer can currently draw lines and polygons, but it would be useful to also draw circles (cf this tweet).
The GoogleMaps JavaScript API supports circles (see docs).
To implement this, I suggest looking at the current implementation for
-
Updated
Oct 14, 2021 - Python
-
Updated
Apr 21, 2022 - Kotlin
Expected
The marker info should display the full description as specified in the KML file and also images should be fetched where needed.
KML File:
[valencia.kml.zip](https://github.com/googlemaps/google-maps-ios-u
-
Updated
Aug 22, 2021 - Python
-
Updated
Jun 22, 2018 - JavaScript
-
Updated
Jan 15, 2022 - Go
-
Updated
Aug 2, 2021 - JavaScript
-
Updated
Apr 29, 2022 - TypeScript
Created by Google
Released February 8, 2005
- Organization
- googlemaps
- Website
- maps.google.com
- Wikipedia
- Wikipedia

In the event payload there is always the
sourceand the possibility to add custom properties. Is it possible to extend types and make a base event type withsourceand custom properties?TS:
https://github.com/geoman-io/leaflet-geoman/blob/1fdc918fa39ffa84327fdf639fa75865168f716d/leaflet-geoman.d.ts#L1437-L1440
JS where the payload and the custom payload are merged:
https://github.com/