google-maps
- Sign up for GitHub or sign in to edit this page
Here are 1,812 public repositories matching this topic...
I found the installation guidance of heatmap.js in different context, it's very useful because I am currently using Node.js as my developing back-end context, but the usage in how to include them into these kinds of context is rare. Because CommonJS/Node.js need to load variable from package, and heatmap.js' plugin has specific instance creation approach, I think it's good to include these content
Laravel 6 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
Oct 15, 2019 - 488 commits
- JavaScript
Reversing Google's 3D satellite mode
-
Updated
Oct 13, 2019 - 167 commits
- C
Angular 2+ Google Maps Components
-
Updated
Oct 14, 2019 - 534 commits
- TypeScript
A view abstraction to provide a map user interface with various underlying map providers
-
Updated
Oct 15, 2019 - 271 commits
- Java
Google Maps plugin for Cordova
-
Updated
Oct 8, 2019 - 4 commits
- JavaScript
Companion code to the "How to Write a Google Maps React Component" Tutorial
-
Updated
Oct 15, 2019 - 318 commits
- JavaScript
A Google Maps Javascript plugin for jQuery.
-
Updated
Oct 5, 2019 - 212 commits
- JavaScript
A React component for Google Maps Places Autocomplete
-
Updated
Oct 15, 2019 - 276 commits
- JavaScript
react-native wrapper for android BottomSheetBehavior
-
Updated
Oct 11, 2019 - 207 commits
- Java
Sketch plugin to fill a layer with a map generated from a given location using Google Maps and Mapbox
-
Updated
Oct 1, 2019 - 73 commits
- JavaScript
Custom BottomSheetBehavior for Android that mimic Google Maps behavior
-
Updated
Oct 10, 2019 - 123 commits
- Java
The following should work:
import gmaps
import gmaps.datasets
gmaps.configure(api_key="AI...")
df = gmaps.datasets.load_dataset_as_df('starbucks_kfc_uk').sample(200)
fig = gmaps.figure()
marker_layer = gmaps.marker_layer(
df[['latitude', 'longitude']],
info_box_content=df['chain_name']
)
fig.add_layer(marker_layer)
figAt the moment, we have to call `.values
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!
🍂🗺️ A Leaflet Plugin For Drawing and Editing Geometry Layers
-
Updated
Oct 13, 2019 - 790 commits
- JavaScript
Customizable info windows using the Google Maps JavaScript API.
-
Updated
Oct 10, 2019 - 152 commits
- JavaScript
Integrate Google Maps in your Vue application
-
Updated
Oct 15, 2019 - 84 commits
- JavaScript
:earth_africa: Map location picker component for Android. Based on Google Maps. An alternative to Google Place Picker.
-
Updated
Oct 12, 2019 - 370 commits
- Kotlin
LOOKING FOR NEW MAINTAINER Easy way to add GoogleMaps to Flask applications.
-
Updated
Sep 27, 2019 - 88 commits
- Python
A store locator plugin using Google Maps API version 3
-
Updated
Sep 16, 2019 - 290 commits
- JavaScript
🚕 Simple, smooth animation for route / polylines on google maps using projections.
-
Updated
Oct 14, 2019 - 88 commits
- Java
Map library for Xamarin.Forms using Google maps API
-
Updated
Oct 10, 2019 - 1 commits
- C#
:earth_africa: the simple utility for google maps in android
-
Updated
Sep 4, 2019 - 102 commits
- Java
Collection of Google Maps API Web Services for Laravel
-
Updated
Oct 14, 2019 - 139 commits
- PHP
Fast marker clustering library for Google Maps Android API.
-
Updated
Oct 9, 2019 - 41 commits
- Java
Angular Google Maps Directives
-
Updated
Sep 27, 2019 - 319 commits
- TypeScript