The Google Maps JavaScript API Version 3 is now the official JavaScript API. Version 2 of the API has been officially deprecated as per Google's deprecation policy. Version 3 of the API is designed to be faster and more applicable to mobile devices, as well as traditional desktop browser ...

learn more… | top users | synonyms (1)

0
votes
0answers
3 views

How to remove from google directions right section of polyline under clicked marker?

I have infinite polyline in google directions which got with help in stackoverflow: How to make infinite polyline in google directions and fit draggable markers to the line?. Now I trying add ...
1
vote
1answer
14 views

Calculate area of a polygon

i need to get the area of a polygon in my map, i looked for a example of new google.maps.geometry.spherical.computeArea, but i cant do it work and i dont know why.. function dibuV(area){ var i; ...
0
votes
1answer
10 views

Display Custom Marker in Google Maps Using Relative File Path

I am using Google's Javascript APi v.3.0 to develop a web app. I want to be able to display custom markers, but they don't show up when I try to add them. I've written a helper function in Javascript ...
-5
votes
1answer
35 views

API google + php + MySql

I want to display the marker on the map but I can see only the first. what is the problem? while the marker did not show any <?php session_start(); //connessione al DB ...
1
vote
2answers
33 views

Javascript Google maps, displays only 10 markers out of 100. Is there a limit?

Here is the link: http://alchemist3d.com/maptest.html Also I'm using geocoder in a loop to get the coordinates of an array of addresses, here is the code: function initialize() { var list = [ ...
0
votes
0answers
22 views

How to use authentication to access google maps geocode API with R?

I am trying to use this API from Google with a private key that allows me to access geocode functions of Google Maps. With ggmap package, it works fine using the free 2,500 queries. However I want to ...
0
votes
0answers
12 views

Best way to integrate custom Gmap for mobile devices

I have a store locator map using Gmaps API v3 with custom icons. The issue is that when folks do a search from a mobile device they find it difficult to pinchzoom or pan the page as the map takes up ...
0
votes
1answer
19 views

What Google Maps API version is used by default?

What version of the Google Maps API is used if you don't specify a version number? The latest release version perhaps? The documentation about versioning doesn't say. The documentation does ...
0
votes
1answer
7 views

Rounded map corners hide streetview close button

I used css & corner images to get rounded corners on a map but when showing streetview the close button is under the image and can't be clicked. Anybody have any ideas?
0
votes
0answers
13 views

Hiding Google Maps Polyline when any portion of the map is clicked

I'm displaying a polyline connection between markers for my folklore website (http://www.corkmemorymap.org -- but this functionality isn't up yet) to show connections among stories. Eventually I need ...
0
votes
2answers
18 views

How to toggle a layer on/off using Google Maps API v3 and Fusion Tables?

I am trying to make a map with multiple fusion table layers. Each fusion table layer will show the number of cartel-related homicides in a particular year (including the sum of all years). Since each ...
0
votes
1answer
24 views

Google Maps API v3 - Help Linking to Google Marker from Text Link

I have created a google map located at: http://calwestcultural.com/sgs/example_map.html I am trying to link some text in my spry menu to the left with my google map markers/infowindow. My javascript ...
0
votes
1answer
9 views

Google maps api geocode web service return an address with a dot added

I call the geocode web service as: http://maps.googleapis.com/maps/api/geocode/xml?address=viale+carlo+felice+roma&sensor=false. Its response is "Viale Carlo Felice., 00185 Roma, Italia" with a ...
0
votes
2answers
25 views

Google Map API v3 Infowindow doesn't show up on mouseover/click on a polygon

I am trying to display dynamic data in infowindows whenever user hovers over polygons on the map. Debugging shows the data and other infowindow/polygon settings are all right. I am able to get the ...
0
votes
0answers
32 views

What results should we save in my DB from what I get from the Google Javascript API V3?

We are developing a website that needs each user (globally) to save their city and approximate neighbourhood area and subsequently users can search for others by city. Initially we loaded the Maxmind ...

1 2 3 4 5 264
15 30 50 per page