-
Updated
Apr 7, 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,578 public repositories matching this topic...
-
Updated
Mar 1, 2022 - JavaScript
-
Updated
Apr 4, 2022 - PHP
-
Updated
Feb 20, 2022 - JavaScript
-
Updated
Dec 23, 2020 - C
-
Updated
Jan 10, 2022 - Java
-
Updated
Nov 11, 2021 - JavaScript
-
Updated
Mar 2, 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 6, 2022 - JavaScript
-
Updated
Mar 1, 2022 - Java
Thank you @JustFly1984 for your work !
Documentation is hard to read, could you just add a little description on each method ?
For example i don't really know what this method is usefull for :
-
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 6, 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 8, 2022 - Kotlin
-
Updated
Aug 22, 2021 - Python
-
Updated
Jun 22, 2018 - JavaScript
-
Updated
Jan 15, 2022 - Go
-
Updated
Aug 2, 2021 - JavaScript
-
Updated
Jul 4, 2021 - C#
-
Updated
Feb 3, 2020 - Java
-
Updated
Mar 29, 2022 - JavaScript
-
Updated
Feb 13, 2022 - PHP
Created by Google
Released February 8, 2005
- Organization
- googlemaps
- Website
- maps.google.com
- Wikipedia
- Wikipedia
In the event payload there is always the
source
and the possibility to add custom properties. Is it possible to extend types and make a base event type withsource
and 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/