google-maps
Here are 2,016 public repositories matching this topic...
If the valueField parameter is not set in the config, the documentation specifies that valueField parameter should fall back to 'value'. However, the values are at some point through the plugin. I have created a fix so will make a pull request shortly.
-
Updated
May 28, 2020 - PHP
-
Updated
Apr 16, 2020 - C
-
Updated
Mar 1, 2020 - Java
-
Updated
Jul 2, 2020 - JavaScript
The prop type in code is incorrect, because as per Google documentation, mapTypeControlOptions is an object, not boolean.
See https://developers.google.com/maps/documentation/javascript/reference/control#MapTypeControlOptions
Would you mind fixing it?
Bug
This plugin is super useful however it makes use of the method componentWillReceiveProps which is no longer supported by React. React continues to evolve in many directions and now they are getting rid of classes in preference to functions. I still have clients that are React heavy but more and more are moving to other frameworks due to the instability and constant breaking changes being in
-
Updated
May 25, 2020 - JavaScript
-
Updated
Dec 28, 2019 - Java
-
Updated
Jul 5, 2020 - JavaScript
-
Updated
Jun 18, 2020 - JavaScript
-
Updated
Oct 8, 2019 - Java
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!
i used google colab and display map like that:
import IPython
IPython.display.HTML(filename='export.html')
gmaps.drawing_layer is work well,
but gmaps.directions_layer only show map / Marker , not show routes line
did any no know why? many thank
Is anyone interested in a feature like this? @vgm64
Ex: https://developers.google.com/maps/documentation/javascript/examples/polyline-remove
I could use it in a project I'm working on, but equally don't strictly need it, so wanted to gauge general interest.
Thanks!
-
Updated
Jun 25, 2020 - Kotlin
-
Updated
Jun 22, 2018 - JavaScript
-
Updated
Jul 5, 2020 - TypeScript
I need some help, In my project i used the normal kind of templating with a default layout and every other extends this.
- When adding a map to lets say a
profile.htmlwhich extendslayout.html, how can i addmymap.jsto the<head>tag if this profile page does not have a head, only the one from the layout? - If i add this
mymap.jsto the layout, my pages will definitely crash becaus
-
Updated
Jul 2, 2020 - JavaScript
-
Updated
Nov 18, 2019 - JavaScript
-
Updated
Feb 3, 2020 - Java
FEATURE REQUEST / SUGGESTION
SUMMARY
Please implement new options for polylines like line pattern and line symbols:
https://developers.google.com/maps/documentation/javascript/examples/overlay-symbol-arrow
DETAILS
Please implement new options for polylines like line pattern and line symbols:
https://developers.google.com/maps/documentation/javascript/examples/overlay-s
I'm using the Google geocoder and want to lookup a country.
The documentation states that this is possible by only supplying a components parameter.
But if I supply an empty string to the GeocodeAsync method, I get a ArgumentNullException:
https://github.com/chadly/Geocoding.net/blob/master/src/Geocoding.Google/Go
-
Updated
May 22, 2020 - Go
-
Updated
May 20, 2020 - PHP
-
Updated
Nov 6, 2018 - Java
Improve this page
Add a description, image, and links to the google-maps topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the google-maps topic, visit your repo's landing page and select "manage topics."
Bug
For the component Marker, the type of value retrieved from
onPress={e => console.log(e.nativeEvent)}does not match the documentation NOR the index.d.tsWhat is being logged :
{ action: "marker-press", coordinate: { latitude: 0, longitude: 0 }, id: "unknown", target: 77 }Environment info
React native info output: