[Google Maps API v3] Re: Tooltip / Title

2011-11-21 Thread Rama Krishna Gaddipati
Tried, but not working with v3 -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-maps-js-api-v3/-/ReZmjUSsc24J. To post to this group, send email to

[Google Maps API v3] Tooltip / Title

2011-11-20 Thread Rama Krishna Gaddipati
Hi, Is there any property in polygon to show some text as tooltip? Thanks, Ram -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-maps-js-api-v3/-/H

[Google Maps API v3] Unlock our internal dev sites that was blocked from accessing GEO Coding APIs.

2011-10-17 Thread Krishna
point me out to someone who can help me unlock our internal dev sites. I would appreciate all the help that I can get. - Krishna -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To post to this group, send email to goog

[Google Maps API v3] find the google map distance between two points in V3

2011-02-14 Thread Aiswarya krishna
hi friends, i want to find the google map distance between two points in V3. I tried var dist = startLocation .distanceFrom(endLocation);. in V2.i GOT .But can anybody tell me how will i find google map distance between two points in V3 with out drawing the route.I don

[Google Maps API v3] right click event in google map

2011-01-09 Thread Aiswarya krishna
hi friends, How will i make my program to listen to the right click event in google map...Pls help... I tried this GEvent.addListener( map, "rightclick", function(p){ alert( "Right!" ); }); But this is not working..Pl

[Google Maps API v3] I have drawn route taking waypoints.when i click on a button i want to redraw the map with new points.how will i do this?

2010-12-03 Thread Aiswarya krishna
I have drawn route taking waypoints.when i click on a button i want to redraw the map with new points.how will i do this? -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To post to this group, send email to google-maps-js-api...

[Google Maps API v3] I have drawn route taking waypoints.when i click on a button i want to redraw the map with new points.how will i do this?

2010-12-03 Thread Aiswarya krishna
I have drawn route taking waypoints.when i click on a button i want to redraw the map with new points.how will i do this? -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To post to this group, send email to google-maps-js-api...

[Google Maps API v3] To get Google maps API premier

2010-11-29 Thread Aiswarya krishna
Hi friend, Thanks 4 ur help.I need one reply.I want to plot more than 10 wayponits on the map.To get the premier services ,What all should i do? Pls help -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To post to this group, s

[Google Maps API v3] I am not able to load route with more than 10 waypoints

2010-11-27 Thread Aiswarya krishna
I am not able to load route with more than 10 waypoints -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To post to this group, send email to google-maps-js-api...@googlegroups.com. To unsubscribe from this group, send email to

[Google Maps API v3] i have drawn route using source,destination and waypoints using directionsService.route().But how will i get the lat long value on clicking that route

2010-10-17 Thread Aiswarya krishna
hi friends, i have drawn route using source,destination and waypoints using directionsService.route().But how will i get the lat long value on clicking that route at that position.pls reply. -- You received this message because you are subscribed to the Google Groups "Google Maps

[Google Maps API v3] I want all waypoints between a start(source address ) and end(destination address)

2010-10-11 Thread Aiswarya krishna
Using a Source address and a destination address ,i want all waypoints using javascript... pls help me -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To post to this group, send email to google-maps-js-api...@googlegroups.c

[Google Maps API v3] google is not defined error in firefox

2010-07-20 Thread krishna
hi all, this is my code working in chrome and ie8 but not in ie6 and firefox. when iam executing this code in firefox its saying that "Google is not defined"... http://maps.google.com/maps/api/js? sensor=true&key=something"> var myLatlng = new google.maps.LatLng(clat,clong); //gettt