google-maps
Here are 1,989 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.
Laravel 7 with user authentication, registration with email confirmation, social media authentication, password recovery, and captcha protection. Uses offical [Bootstrap 4](http://getbootstrap.com). This also makes full use of Controllers for the routes, templates for the views, and makes use of middleware for routing. Project can be stood up in minutes.
-
Updated
May 24, 2020 - PHP
Reversing Google's 3D satellite mode
-
Updated
Apr 16, 2020 - C
A view abstraction to provide a map user interface with various underlying map providers
-
Updated
Mar 1, 2020 - Java
Google Maps plugin for Cordova
-
Updated
May 23, 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
A Google Maps Javascript plugin for jQuery.
-
Updated
Mar 30, 2020 - JavaScript
react-native wrapper for android BottomSheetBehavior
-
Updated
Dec 28, 2019 - Java
Please add additional examples of how to deal with the data generated by events. Expand on an example of how to use data of creating a line, etc. I normally understand the 'e' but I am missing the relevant data generated in the event, where is it? How does someone take this utility to the next level? How do you find your data for storing in a database (not how to store it, but where is the data
Sketch plugin to fill a layer with a map generated from a given location using Google Maps and Mapbox
-
Updated
May 10, 2020 - JavaScript
Custom BottomSheetBehavior for Android that mimic Google Maps behavior
-
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!
Customizable info windows using the Google Maps JavaScript API.
-
Updated
Jun 22, 2018 - JavaScript
-
Updated
May 22, 2020 - Kotlin
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
May 22, 2020 - TypeScript
Integrate Google Maps in your Vue application
-
Updated
May 20, 2020 - JavaScript
A store locator plugin using Google Maps API version 3
-
Updated
Nov 18, 2019 - JavaScript
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
-
Updated
Feb 3, 2020 - Java
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
Go library to access geocoding and reverse geocoding APIs
-
Updated
May 22, 2020 - Go
Collection of Google Maps API Web Services for Laravel
-
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: