Does anyone know if it is possible with the styling wizard to give neigh-boring countries a different color. I want to highlight a certain country. We use the G
I want to know if there is any way to get a city/suburb/postal code's outer boundary coordinates, so as to be able to draw a polygon on the map. I have read thr
In a react web application, I am overlaying wms tiles on google maps using map's property overlayMapTypes. if (map && activeLayer) { let layer = new
When I call addDomListener or addDomListenerOnce: const domNode = document.getElementById('...'); google.maps.event.addDomListener(domNode, "mouseover", () =>
I'm using angular and google maps. In all the tutorials I find, the instruction says something as: add to your index.html code: <script src="https://maps.g
I want to customize auto suggestion result. I want to add more two addresses at the top of the result. Is it possible using google api? for more understanding I
I'm currently working on a project that uses the geolocation service of my phone. I currently have a prolem with this service, it says that geolocation is not
I am trying to center and fit the boundaries of multiple geojson polygon features on my google.maps.Map. See this non geojson fiddle recreating the effect i'm
I'm working with google.maps.polygons. The library uses a google.maps.MVCArray element to store the vertices of the polygon where each vertex contains a latitu
I'm using GoogleMaps Autocomplete in an AngularJS application and when I call... autocomplete.getPlace(); half the time when i try to use place it says geom
I've got google map on my webapp working with the JavaScript API V3. I give my users the ability to create some routes with this features: the user can create
I have address(city,state,country,zip) and want to get TimeZone , latitude and longitude in single Google API call , i see google provide TimeZone api which acc
I want to pass the heatmapdata array for my Heatmap Layer from my PHP file. When running my code (below) I get the following exception: Uncaught TypeError:
So im trying to move marker smoothly, but id doesnt work. Marker is moving, but not smoothly, the same result i can have if i will write marker[n].setPosition
I am trying to plot markers on a google map using an array of addresses. The markers are correctly plotting (I used the tips in this post: Multiple markers Goog
I have created a custom map via http://www.google.com/mymaps/ and have added a few locations. Is there a way for me to retrieve these locations (in lat and lng
I've got a page with two Google maps on, using the v3 API. Currently they have one pin each, with the same lat & long set for each pin, although one of the
I am working on a PHP script which takes XML input, parses it and then displays (eventually rotated) rectangle and ellipses areas. Because area can be rotated,
Trying to display multiple markers but it's not working. I'm trying to display multiple markers on google maps but I'm getting multiple errors InvalidValueError
I'm trying to build an app for building a route with Google Maps. I need to combine Google's direction service and Google's polylines. The route could consist o