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

Google Map Api Polygon Re-color

I want to change polygon color after it is already set. but on user event. Once the route colors ar… Read more Google Map Api Polygon Re-color

Change Google Map Marker Color To A Color Of My Choice

Is there anyway to change from the default red marker color to a hexidecimal color of my choice? I&… Read more Change Google Map Marker Color To A Color Of My Choice

Google Maps Api: What Are Xa And Pa In Get Bounds?

The Api reference tells me that getBounds() returns the coordinates for SW and NE extremes. When I … Read more Google Maps Api: What Are Xa And Pa In Get Bounds?

Right Click On Google Map Polyline Isn't Actually "on" The Polyline

Both of these markers were placed on a Google map by handling the right click method on a polyline,… Read more Right Click On Google Map Polyline Isn't Actually "on" The Polyline

Ajax Call In An Infowindow: Scope Issue

Or at least I believe it's a scope issue, correct me if I'm wrong. I have a for loop that g… Read more Ajax Call In An Infowindow: Scope Issue

Common Event Handler For All Google Maps V3 Markers

I have a map that shows 500 markers and they are redrawn when the user scrolls the map. Each of the… Read more Common Event Handler For All Google Maps V3 Markers

Major Google Maps Glitch Using Api V3

edit: this is now solved, see my answer below The situation: User clicks on a map-image google ma… Read more Major Google Maps Glitch Using Api V3

How To Execute Google Maps Event "bounds_changed" Only Once

How do I tell the google map event 'bounds_change' to only work when the map is initially l… Read more How To Execute Google Maps Event "bounds_changed" Only Once

Google Maps Api: Heatmap & Search - Cannot Merge Into Single Map

I'm trying to work with Google maps and Twitter API's to generate a city searchable heatmap… Read more Google Maps Api: Heatmap & Search - Cannot Merge Into Single Map

Google Map Add Marker Using Place Id

I am trying to place a marker into Google Maps using its PlaceID. I have the map working and displa… Read more Google Map Add Marker Using Place Id

Google Maps Draw Tool Outputting Polygon Coordinates

I have searched SO for this answer and I haven't been able to come up with a definitive answer … Read more Google Maps Draw Tool Outputting Polygon Coordinates

Google Maps: Custom Marker Icon - Not Plotting At Center Of Rectangle

Trying to plot a rectangle area with bounds lat/lng, also plotting a marker at the center of the ar… Read more Google Maps: Custom Marker Icon - Not Plotting At Center Of Rectangle

Google Maps Api V3 Geocoding Multiple Addresses

I'm making a small app, that needs to geocode more addresses than google limits in one page-loa… Read more Google Maps Api V3 Geocoding Multiple Addresses

Google Map Won't Display Points - Xml Is Null

I'm developing a website that will read the lat and lng from the MySQL database that I've c… Read more Google Map Won't Display Points - Xml Is Null

Google Maps Api - Map Not Showing - No Errors

I am trying to load a map from the Google API into a div. However, the map is not loaded, and no er… Read more Google Maps Api - Map Not Showing - No Errors

How To Solve The Infobox Label Overlap On Multiple Markers On Google Map

I have multiple markers on a Google Map with a custom icon. The marker represents a number of items… Read more How To Solve The Infobox Label Overlap On Multiple Markers On Google Map

Google Maps Display Route From Json

I have the next problem to display a route from basic JSON. I do a this call on backend side: curl… Read more Google Maps Display Route From Json

Google Map Api - Directions Service Does Not Auto Zoom When The Map In A Modal

I have the following function to show direction between 2 lats and lngs to user $(document).ready(f… Read more Google Map Api - Directions Service Does Not Auto Zoom When The Map In A Modal

Why Doesn't The Google Maps Tutorial Work On My Pc?

So I've downloaded a sample bit of code from the google developer website to play around with. … Read more Why Doesn't The Google Maps Tutorial Work On My Pc?

Remove All Markers Google Map V3

In my first click event all markers are shown in google map, I want to remove them in the second cl… Read more Remove All Markers Google Map V3