Skip to content Skip to sidebar Skip to footer
Showing posts with the label Google Maps

How To Calculate Total Distance And Time (getdistancematrix)

I need to get total distance and travel time with service.getDistanceMatrix({, sum A + B + C + D = … Read more How To Calculate Total Distance And Time (getdistancematrix)

How Do You Handle A Script.src Url Callback In A React Component?

I can't seem to figure out how to fire a function based off google's script GET request. ex… Read more How Do You Handle A Script.src Url Callback In A React Component?

Add Class To Marker On Click

On Google Maps I would like to add a class to the marker when clicking on it. I've searched th… Read more Add Class To Marker On Click

How To Open Email Application While Clicking On The Email Id In Google Maps Infowindow

I want to Open the email application with prepopulated subject 'SUBJECT' while clicking on … Read more How To Open Email Application While Clicking On The Email Id In Google Maps Infowindow

Google Maps Direction Service Does Not Show

I have the following code to show direction form one point to another. I have followed the code pro… Read more Google Maps Direction Service Does Not Show

Global Variable 'map' Is Undefined

I have a global variable, map, declared after the opening script tag - I also have a global variabl… Read more Global Variable 'map' Is Undefined

Google Maps Infowindow.close() Case In Separate Function

I want to make infowindow-making process in the different function, cause it`s gonna contains much … Read more Google Maps Infowindow.close() Case In Separate Function

How Do I Search Using The Google Maps Api?

I'm trying to figure out how to search for nearby businesses in an iPhone app using the Google … Read more How Do I Search Using The Google Maps Api?

Calling A Javascript Function Within An Infowindow (google Maps)

I'm having an issue calling a javascript function within a Google Maps InfoWindow. The relevant… Read more Calling A Javascript Function Within An Infowindow (google Maps)

Google Map Marker Click, Display A Modal

Hi i need show the bootstrap modal on clicking the marker, the code is here: map Solution 1: I´ve … Read more Google Map Marker Click, Display A Modal

Leaflet: Add Same Layer To Two Different Maps

I am displaying two different leaflet maps in the same page. After a certain event. I want a Polyli… Read more Leaflet: Add Same Layer To Two Different Maps

How Can I Cluster Markers Without Overlap With Google Maps?

I am currently clustering hundreds of markers on my google maps. Many of the markers are based on g… Read more How Can I Cluster Markers Without Overlap With Google Maps?

Google Maps V3: Check If Marker Is Present On Map?

In Google Maps V3, is there a way to check whether a marker is actually present on the map? I have… Read more Google Maps V3: Check If Marker Is Present On Map?

Remove The Previous Marker And Add Marker In The Updated Lat Lng

I have a gps device which sends data every 10 seconds. I am saving the data (lat, lng) in the MySql… Read more Remove The Previous Marker And Add Marker In The Updated Lat Lng

Give Different Color To Each Country In Google Map

Does anyone know how to give a different color to each country in a google map? e.g: in the world m… Read more Give Different Color To Each Country In Google Map

Adding Event Listener To Infowindow Google Maps V3

I tried to add some listeners for Info Window like: //works google.maps.event.addListener(markerInf… Read more Adding Event Listener To Infowindow Google Maps V3

How To Customize Google Chart With Hyperlink In The Label?

I have different countries which I get with json and add to google charts. Each country has a link … Read more How To Customize Google Chart With Hyperlink In The Label?

Google Maps Hide Controls On Small Screens

I want to hide Google Maps controls on small screens. By default Google Maps hides them at 320px wi… Read more Google Maps Hide Controls On Small Screens

How To Allow Content Security Policy To Run External Javascript From Google Api?

This is my current script-src content security policy for my app: script-src 'self' 'un… Read more How To Allow Content Security Policy To Run External Javascript From Google Api?

Overlapping Pointers With Markerclustererplus And Overlappingmarkerspiderfier

I have this map and displaying pointers based on users long and lat. now i have a problem with Over… Read more Overlapping Pointers With Markerclustererplus And Overlappingmarkerspiderfier