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

Google Maps: Attaching Events On Polyline Icons

I have a page where I'm trying to simulate ship locations on a map. Some of these ships are at … Read more Google Maps: Attaching Events On Polyline Icons

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

Calling Google Maps Infowindow.open Causes Website To Scroll Down To The Infowindow

I am pretty sure this was not the default behaviour for Google Maps API for quite some time, but it… Read more Calling Google Maps Infowindow.open Causes Website To Scroll Down To The Infowindow

Google Maps Api Mvcarray Isn't Being Accepted By Polyline()

I have a simple code plotting markers and then connecting them together with a polyline but the MVC… Read more Google Maps Api Mvcarray Isn't Being Accepted By Polyline()

Google Maps V3 Snap To Nearest Street

When I click into a map I want the marker to get snaped to the nearest street. There is a good exma… Read more Google Maps V3 Snap To Nearest Street

Pass Place Id Location To Destination In Google Maps Api

I'm trying to figure out how to pass the geometry location of a Google Places location to the d… Read more Pass Place Id Location To Destination In Google Maps Api

Google Maps Api Error With No Changes In The Page Code

Today, with no changes in our code, Google Maps is not working, we are getting this errors today: U… Read more Google Maps Api Error With No Changes In The Page Code

Plotting "points" On Google Maps Using Javascript Api

I'm currently loading an extensive set of points (latitude, longitude pairs) into a Google Map.… Read more Plotting "points" On Google Maps Using Javascript Api

Google Maps: Hide Country Borders

I'm pretty sure geometry.stroke option allowed to hide country borders on the map. { … Read more Google Maps: Hide Country Borders

Google Map Multiple Overlay No Cumulative Opacity

I've got a map with multiple circles crossing each other (bellow is an example with only two bu… Read more Google Map Multiple Overlay No Cumulative Opacity

How To Capture And Parse Json Returned From Google Maps V3 Api?

I have written down the following code: var url = 'http://maps.googleapis.com/maps/api/geocode/… Read more How To Capture And Parse Json Returned From Google Maps V3 Api?

I Want To Create A Donut With Javascript Api V3(empty Space Inside Like A Hole)

I want to create a hole in my Javascript Google API V3, so i follow Beginning Google Map API V3. Bu… Read more I Want To Create A Donut With Javascript Api V3(empty Space Inside Like A Hole)

How To Make Holes In Polygons To Display Each One With Clean Colors On Google Map?

I have 4 superposed polygons and I need to have some clean colors to diferenciate them, like this :… Read more How To Make Holes In Polygons To Display Each One With Clean Colors On Google Map?

Display New Markers When Map Bound Changed And Clear Old Marker

when map bound moved by user, make disappear old position markers and display new markers. For an e… Read more Display New Markers When Map Bound Changed And Clear Old Marker

Realign Google Maps To Fit All Markers Into To The Right 70% Of The Map

I would like to provide a client with a solution for displaying all of the branches in one city on … Read more Realign Google Maps To Fit All Markers Into To The Right 70% Of The Map

Geolocation: Filling Forms With Latitude And Longitude. Google Maps Api

I've been building a google map where users share information plus their current location in a … Read more Geolocation: Filling Forms With Latitude And Longitude. Google Maps Api

Markers With Text On A Google Geochart

I'm trying to make a Google GeoChart that should look like this : But, problem is, I'm no… Read more Markers With Text On A Google Geochart

Multiple Fancybox Google Map

How to put a popup fancybox with different content in different markers? I've managed to set up… Read more Multiple Fancybox Google Map

Plot Button To Add Latitude And Longitude To Input Fields? Geocode

I have a form and one of my inputs lets my user input their office location (address) From this add… Read more Plot Button To Add Latitude And Longitude To Input Fields? Geocode

Use Json.stringify And Json.parse To Store Polygon Coordinates Into Oracle

I want to store the coordinates of a google maps polygon overlay into oracle and display it on next… Read more Use Json.stringify And Json.parse To Store Polygon Coordinates Into Oracle