-
Updated
Nov 26, 2021 - 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,464 public repositories matching this topic...
-
Updated
Sep 7, 2021 - JavaScript
-
Updated
May 25, 2021 - PHP
-
Updated
Dec 4, 2021 - JavaScript
-
Updated
Dec 23, 2020 - C
-
Updated
Sep 14, 2021 - Java
-
Updated
Nov 11, 2021 - JavaScript
-
Updated
Sep 22, 2021 - 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
Sep 21, 2021 - 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
Nov 26, 2021 - JavaScript
-
Updated
Dec 2, 2021 - TypeScript
-
Updated
Jun 14, 2021 - Java
-
Updated
Aug 16, 2021 - 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
Nov 22, 2021 - Kotlin
-
Updated
Aug 22, 2021 - Python
-
Updated
Jun 22, 2018 - JavaScript
-
Updated
Mar 29, 2021 - Go
-
Updated
Aug 2, 2021 - JavaScript
-
Updated
Jul 4, 2021 - C#
-
Updated
Sep 30, 2021 - JavaScript
-
Updated
Feb 3, 2020 - Java
-
Updated
Aug 14, 2021 - Go
Created by Google
Released February 8, 2005
- Organization
- googlemaps
- Website
- maps.google.com
- Wikipedia
- Wikipedia
In the event payload the return type of
layer
is `L.Layer? so it needs to be casted to the Layer-Type.I think following should work too: (But not tested)