Google Maps JavaScript API Version 3 lets you embed the functionality of Google Maps into your own website. Version 3 provides greatly improved support for mobile devices. Ask non-programming and licensing questions in the [Maps API Google ...

learn more… | top users | synonyms (1)

0
votes
0answers
5 views

Make a color tinted map in Google Maps v3

I have searched around the net, and found several solutions. Including this thread here on SO. However, all of the methods creates a flicker on the screen while zooming in/out. Is there any way of ...
0
votes
0answers
6 views

Google maps circle overlay . how to call a function on after drag complete?

Guys after a long R&D I was able to draw a circle and put markers which are inside that area of circle based on position and radius. I'm calling a function which triggers whenever the radius or ...
-1
votes
0answers
15 views

Create Database of latitude and longitude (Conformance to Terms and Condition ) [on hold]

I want to create a database of latitude and longitude of certain places.The database needs to store only latitude and longitude and no other information. Does this violates google's Terms and ...
1
vote
1answer
19 views

Checkbox for showing and hiding all markers in driving directions in Google Maps API V3

Thanks for any help you can provide! I've reviewed these links, but I haven't been able to translate these examples into a solution for my code (I'm still learning a lot about JS and Google Maps): ...
0
votes
1answer
22 views

Google Maps HTML icons

How to create HTML based icons, instead of using the images. Example I have seen is, http://housing.co.in/bangalore/rent/flats-near=hebbal%20kempapura:13.047757:77.594895:3000
-2
votes
0answers
22 views

Google Maps: panTo location on click

I am working with elements outside of the map div, and I want it to pan to a location once a certain element is clicked. Code: $.each(locations, function(i) { $('#' + ...
0
votes
0answers
13 views

Weird error message in google maps epoly v3 GetPointAtDistance

I need to use the google maps epoly v3' function GetPointAtDistance for my project, but I keep getting the message: Error: Invalid value for constructor parameter 0: ,(40.643772, -73.781993) [Break ...
0
votes
0answers
17 views

Google Maps & Google street view search options

i have been trying to develop a code to show up google map with corresponding street view. there is a search box which would fetch the location information and give the view of location in google maps ...
1
vote
0answers
16 views

Googlemaps - javascript - updating object outside the map-canvas div from googlemap events

I'm sorry if this question was asked before, but I couldn't find it. So I have a googlemap, with a simple checkbox that toggles the marker display on and off. This checkbox is outside of the ...
-1
votes
0answers
10 views

Not able to execute alert call after directionsService.route () call in Google map api

I am trying to show different location covered by a bus on Google map. I am fetching this data from webservice. After getting the data of different location I am using below code to show it on Map. ...
0
votes
1answer
12 views

Google Maps: Dynamically Movable and Resizable Circle Overlay Script for v3

Ok, I just found the perfect script I was looking for. http://web3o.blogspot.com.br/2010/05/google-maps-dynamically-movable-and.html You can add circles with lat/long and radius on Google Maps. The ...
0
votes
1answer
18 views

How to load google maps libraries dynamically

I know I can load libraries in google maps api v3 using libraries argument in URL. Now I am in the situation where I cannot change the html markup, only javascript. Can google maps libraries be loaded ...
0
votes
1answer
25 views

Google maps api V3 uncaught TypeError 'Cannot read prop Fa or x

I am having an issue with google maps api v3. Up until this point a lot of what I could not work out was easily solved with a quick search and with 9 out 10 solutions found on here. Unfortunatly I've ...
-1
votes
0answers
19 views

Getting error 'Cannot read property 'spherical' of undefined' when I know geometry library is loaded

I am loading the google maps api using the following code. <script type="text/javascript" src="http://maps.googleapis.com/maps/api/js?v=3&libraries=geometry&key=<my ...
0
votes
2answers
13 views

custom controls are overlapping infowindow on Google Map Apiv3

I'm using Google maps V3 API . I've added a custom control on the Map. Its having a width of 350px and height 300px. When i open infoWindow on Map, custom control will overlap infoWindow. is there ...

1 2 3 4 5 597
15 30 50 per page