-
#### Environment Details
API Used: Places
OS: Mac OS 10.15.4 (Catalina)
Python Version: 3.8
Library Version: 4.4.1
Other Info: Executed in PyCharm
#### Steps to Reproduce
1) Retrieve a list o…
-
Hi!
When I load Gmaps API via "official" Asynchronous Loading (https://developers.google.com/maps/documentation/javascript/examples/map-simple-async) or via other plugins like Lazy Loading Gmaps (htt…
-
I was able to run this same code using a heatmap layer instead of using a symbol but for some reason when I try to run it using a symbol it returns "module 'gmaps' has no attribute 'symbol'". I'm runn…
-
Hello.
I was looking at this code
`
document.addEventListener('DOMContentLoaded', function () {
var element = document.createElement('script');
element.src =
'http://maps…
-
https://github.com/hr-it-solutions/DD_J_mod_gmaps_module/blob/4d65cbd1e51b00ad55e5518878fb29484769495f/mod_dd_gmaps_module.php#L59
I've edited the $mapsScript var to display the map with labels/inf…
-
Very inexperienced - so this might be a rookie error. Using Colab running python 3. When I run
```
import gmaps
import ipywidgets as widgets
-
gmaps.configure(api_key="AIxrza...")
-
#code w…
-
```
Error on zk integrates google map when displaying Gmarker
My Code is:
map.panTo(50.752213, 10.437012);
map.setZoom(6);
org.zkoss.gmaps.Gmarker gmark = new org.zkoss.gmaps.Gmar…
-
### Issue:
I was able to successfully create gmaps figure object but when tried to display the map in a jupyter cell, receiving the following error ->
> [Open Browser Console for more detailed lo…
-
DistanceMatrix documents top level status code OVER_DAILY_LIMIT:
https://developers.google.com/maps/documentation/distance-matrix/intro#StatusCodes
AsResponseStatus doesn't have a case for OVER_DA…
-
how to set center/zoom-level later, when gmaps.Figure is already created?
It seems, your document provides only the way to set these properties on instantiation of gmaps.
would it be great to expo…