[Google Maps API v3] Re: dragable directions, don't change origin and destination

2010-10-26 Thread ice_rider2002
The markers A and B I don't need it. suppressMarkers: true, hide also the waypoints circle markers and I want to display them. -- 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-a

[Google Maps API v3] Maximum elevation on a path between 2 points

2010-10-26 Thread Gilrou
Hello, I have made a small program which draws a line between 2 points (identified by their coordinates). I wish that when the path between the 2 points crosses by a point of higher height than 100m this path is not drawn. I thus cut my path in 256 points, I put the elevation of these points into a

[Google Maps API v3] Re: Google Map doesn't update the Tiles when dragging or zooming-in/out

2010-10-26 Thread Don_Busi
PS: I removed the sample-page, but the code is now integrated in http://www.socialtravelguide.net/en/tip/new -- 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

[Google Maps API v3] Re: Need an example to place marker on the map

2010-10-26 Thread Eishita
Yes, I want to store the lat and lang to database in server. I'll get back to you if I don't find anything effective. Thanks a lot! On Oct 26, 6:36 pm, "geocode...@gmail.com" wrote: > On Oct 26, 5:18 pm, Eishita wrote: > > > Thanks... That's what I wanted. Can I use it for multiple marker > > p

[Google Maps API v3] Re: Need an example to place marker on the map

2010-10-26 Thread geocode...@gmail.com
On Oct 26, 5:18 pm, Eishita wrote: > Thanks... That's what I wanted. Can I use it for multiple marker > placement as well? You can. It is specifically written to only have one marker, you can undo that. But I assume you want to save the positions of those markers so they are there when you come

[Google Maps API v3] Re: Need an example to place marker on the map

2010-10-26 Thread Eishita
Thanks... That's what I wanted. Can I use it for multiple marker placement as well? I apologize if the question sounds stupid. On Oct 26, 6:08 pm, "geocode...@gmail.com" wrote: > On Oct 26, 4:47 pm, Eishita wrote: > > > Hi there! > > > I'm at the very first step of learning javascript. I looked

[Google Maps API v3] Re: trying to put a place marker icon in map code I have with no success

2010-10-26 Thread geocode...@gmail.com
On Oct 26, 4:50 pm, Eishita wrote: > Thanks a lot guys. But what I was thinking is - suppose I have created > my map. I would like to click on any place I like on it, and there will > be a marker on that clicked place. Will that be possible? Yes. See your other thread: http://groups.google.com/g

[Google Maps API v3] Re: Need an example to place marker on the map

2010-10-26 Thread geocode...@gmail.com
On Oct 26, 4:47 pm, Eishita wrote: > Hi there! > > I'm at the very first step of learning javascript. I looked at lots of > examples of google map api but could not find any example that shows > how to place marker on the map when clicked on the map. You mean like this: http://www.geocodezip.com/

[Google Maps API v3] Re: Wiki and Panoramio layer?

2010-10-26 Thread Grok Lobster
You guys have gone totally off-topic. Take it somewhere else. On Oct 26, 3:03 pm, Ben Appleton wrote: > On Tue, Oct 26, 2010 at 10:43 AM, Pil wrote: > > > On Oct 26, 5:27 pm, Ben Appleton wrote: > > >> >http://maps.gstatic.com/intl/en_ALL/mapfiles/288e/maps2.api/main.js > > >> That is not sourc

[Google Maps API v3] Re: trying to put a place marker icon in map code I have with no success

2010-10-26 Thread Eishita
Thanks a lot guys. But what I was thinking is - suppose I have created my map. I would like to click on any place I like on it, and there will be a marker on that clicked place. Will that be possible? Best regards, -- You received this message because you are subscribed to the Google Groups "Go

[Google Maps API v3] Need an example to place marker on the map

2010-10-26 Thread Eishita
Hi there! I'm at the very first step of learning javascript. I looked at lots of examples of google map api but could not find any example that shows how to place marker on the map when clicked on the map. Any sort of help will be appreciated. Thanks in advance. -- You received this message bec

[Google Maps API v3] Re: trying to put a place marker icon in map code I have with no success

2010-10-26 Thread geocode...@gmail.com
On Oct 26, 4:37 pm, Eishita wrote: > Hi there! > > I'm having the same problem like Irray. Tried to see the example but > unfortunately it's not available. Can anyone help me in this regard > please? They rearranged the documentation. That example is now: http://code.google.com/apis/maps/documen

Re: [Google Maps API v3] Re: trying to put a place marker icon in map code I have with no success

2010-10-26 Thread James McGill
http://code.google.com/apis/maps/documentation/javascript/examples/icon-simple.htmlworks for me. Regards, James On Wed, Oct 27, 2010 at 10:37 AM, Eishita wrote: > Hi there! > > I'm having the same problem like Irray. Tried to see the example but > unfortunately it's not available. Can anyone he

[Google Maps API v3] Re: trying to put a place marker icon in map code I have with no success

2010-10-26 Thread Eishita
Hi there! I'm having the same problem like Irray. Tried to see the example but unfortunately it's not available. Can anyone help me in this regard please? Thanks. -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To post to this

Re: [Google Maps API v3] Re: Wiki and Panoramio layer?

2010-10-26 Thread Ben Appleton
On Tue, Oct 26, 2010 at 10:43 AM, Pil wrote: > > > On Oct 26, 5:27 pm, Ben Appleton wrote: > >> >http://maps.gstatic.com/intl/en_ALL/mapfiles/288e/maps2.api/main.js >> >> That is not source code but the "bootstrap", the initial bundle of >> configuration data sent to the page when it first loads.

Re: [Google Maps API v3] dragable directions, don't change origin and destination

2010-10-26 Thread Chris Broadfoot
This *should* be possible by specifying... { draggable: true, markerOptions: { draggable: false } } so it appears this is a bug. I'll file this internally. As a workaround, you could specify "suppressMarkers: true". If you still want to display markers at the origin/destination, render them

Re: [Google Maps API v3] Ability to name waypoints?

2010-10-26 Thread Chris Broadfoot
Unfortunately not. Please see this feature request on our issue tracker, and star it to be notified of changes and to show your support: http://code.google.com/p/gmaps-api-issues/issues/detail?id=2775 Cheers Chris On Tue, Oct 26, 2010 at 12:52 PM, Tim G wrote: > Is there a new syntax involved

[Google Maps API v3] Ability to name waypoints?

2010-10-26 Thread Tim G
Is there a new syntax involved in naming waypoints in v3 or is it something that doesn't exist in the newest API? As an example, in v2 I would often do something like this: lat,l...@ted's House Then on the step-by-step directions it would show "Ted's House" rather than the address or lat,lon. -

[Google Maps API v3] Re: Polylines that follow roads

2010-10-26 Thread geocode...@gmail.com
On Oct 26, 10:26 am, gmallinger wrote: > Hi folks, > I am working on a project where I would like to highlight a section of > a road, point to point, that is closed for a period of time.  I need > some ideas on how I might do this. There used to be a Polyline Encoder > that worked with version 2 o

[Google Maps API v3] Polylines that follow roads

2010-10-26 Thread gmallinger
Hi folks, I am working on a project where I would like to highlight a section of a road, point to point, that is closed for a period of time. I need some ideas on how I might do this. There used to be a Polyline Encoder that worked with version 2 of Google Maps but I don't see anything like it in

[Google Maps API v3] Re: Help with filtering markers.

2010-10-26 Thread Paul Rutt
Yes, thanks again. -- 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-js-api-v3+unsubscr...@goo

[Google Maps API v3] Re: Help with filtering markers.

2010-10-26 Thread geocode...@gmail.com
On Oct 26, 11:07 am, Paul Rutt wrote: > Thanks Larry your a star, > > The names of the arrays had confused me, now you've pointed that out it > seems to make more sense and I've got it working: > > http://www.s218287072.websitehome.co.uk/sample.php > > Does this look ok to you? It seems to work a

[Google Maps API v3] Re: google.maps.GroundOverlay mouseover event

2010-10-26 Thread Esa
There is 'mousemove' available on GroundOverlay but that is undocumented. You can derive those events using 'mousemove' of GroundOverlay and Map. It is not triggered on Map if the mouse is moving on GroundOverlay. Remember to latch the version if you are using an undocumented feature. -- You

[Google Maps API v3] Re: Help with filtering markers.

2010-10-26 Thread Paul Rutt
Thanks Larry your a star, The names of the arrays had confused me, now you've pointed that out it seems to make more sense and I've got it working: http://www.s218287072.websitehome.co.uk/sample.php Does this look ok to you? Paul -- You received this message because you are subscribed to the

[Google Maps API v3] Re: PLEASE READ: Possible bug/conflict: API v3/jQuery .live() [w/test case]

2010-10-26 Thread Chad Killingsworth
Do you have a link to your map? Chad Killingsworth On Oct 26, 11:34 am, Matt Huggins wrote: > I'm experiencing the same issue with Maps API V3 and jQuery 1.4.3. > I'm not using live() events with the map at all; I simply set up > click() event listeners on parts of the map after the map content

[Google Maps API v3] Re: Wiki and Panoramio layer?

2010-10-26 Thread Pil
On Oct 26, 5:27 pm, Ben Appleton wrote: > >http://maps.gstatic.com/intl/en_ALL/mapfiles/288e/maps2.api/main.js > > That is not source code but the "bootstrap", the initial bundle of > configuration data sent to the page when it first loads.  v2 and > maps.google.com likewise used to share code

[Google Maps API v3] Re: how to use the Prototype library with Google Maps v3

2010-10-26 Thread JoshN
I've been using prototype 1.6.1 with Google Maps v3 for quite a while. If you put a link to your site I can probably help you out a bit. JN On Oct 25, 10:49 pm, Matt Hixson wrote: > Is it possible to use the Prototype JavaScript library with Google Maps > v3? I have been trying to upgrade an ol

[Google Maps API v3] Re: Help with filtering markers.

2010-10-26 Thread geocode...@gmail.com
On Oct 26, 8:44 am, Paul Rutt wrote: > Yes I've spotted that and amended it but still get: > > markers[i].setVisible is not a function markers is an array of XML DOM elements, they don't have .setVisible methods. You need to create an array of the google.maps.Marker objects you create if you wan

[Google Maps API v3] Re: PLEASE READ: Possible bug/conflict: API v3/jQuery .live() [w/test case]

2010-10-26 Thread Matt Huggins
I'm experiencing the same issue with Maps API V3 and jQuery 1.4.3. I'm not using live() events with the map at all; I simply set up click() event listeners on parts of the map after the map content should have already been loaded. Any solutions? I don't want my users to see this error message sin

[Google Maps API v3] KmlLayer Cursor

2010-10-26 Thread vob
is there actually a way to suppress the mouseover-pointer-cursor on KmlLayers with suppressInfoWindows: true? -- 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...@googlegroup

[Google Maps API v3] Re: Intermittent "Error: Failed" error with Internet Explorer

2010-10-26 Thread Matt Huggins
I'm encountering the same issue when using both Maps API V3 and jQuery 1.4.3. Anyone have any possible solutions? For what it's worth, others have mentioned avoiding live() events and the change() event, but I'm using neither. I'm simply setting click() events after the maps data should already

[Google Maps API v3] Re: remove pan control

2010-10-26 Thread Jacko'92
okay, thanks chad -- 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-js-api-v3+unsubscr...@goog

[Google Maps API v3] Re: remove pan control

2010-10-26 Thread Chad Killingsworth
You would need to write your own custom control for that. Chad Killingsworth On Oct 26, 9:50 am, Jacko'92 wrote: > hey guys > > is it possible to remove the large pan control whist keeping the large > zoom control? > > thanks -- You received this message because you are subscribed to the Googl

[Google Maps API v3] Re: Opdating polyline rendering flicker

2010-10-26 Thread Chad Killingsworth
Instead of adding and removing the polyline, just update all of the properties: if(!polyline) polyline = new google.maps.Polyline({map: _map}); polyline.setOptions({path:_path,strokeColor:"#660099",strokeWeight: 3}); polyline.setPath(_path); Chad Killingsworth On Oct 26, 3:15 am, mrt wrote: >

[Google Maps API v3] Re: Help with filtering markers.

2010-10-26 Thread Paul Rutt
Yes I've spotted that and amended it but still get: markers[i].setVisible is not a function in the console? -- 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...@googlegroup

Re: [Google Maps API v3] Re: V3 maps stopped working suddenly

2010-10-26 Thread Kai Hendry
Thank you, that fixed it. I must have pruned an all important value somewhere. Kind regards, -- 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 unsubs

Re: [Google Maps API v3] Re: Wiki and Panoramio layer?

2010-10-26 Thread Ben Appleton
On Tue, Oct 26, 2010 at 5:09 AM, Pil wrote: > Hmm, when I load maps.google.com I can see a reference to the latest > version of the v2 API inside the source code, that's at the moment > > http://maps.gstatic.com/intl/en_ALL/mapfiles/288e/maps2.api/main.js That is not source code but the "bootstra

[Google Maps API v3] Re: V3 maps stopped working suddenly

2010-10-26 Thread geocode...@gmail.com
On Oct 26, 8:19 am, Kai Hendry wrote: > On 26 October 2010 16:15, geocode...@gmail.com wrote: > > > You might want to try 3.1 > > I've just updated it. Same problem. You changed your map to be percentage size or removed some css. It is currently zero size. This fixes it: html { height: 100% }

[Google Maps API v3] dragable directions, don't change origin and destination

2010-10-26 Thread ice_rider2002
How can I exclude from draggable the origin an destination from an draggable directions? The user can change the route, but I don't want to change the origin and/or destination. -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To

Re: [Google Maps API v3] Re: V3 maps stopped working suddenly

2010-10-26 Thread Kai Hendry
On 26 October 2010 16:15, geocode...@gmail.com wrote: > You might want to try 3.1 I've just updated it. Same problem. -- 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...@g

[Google Maps API v3] Re: V3 maps stopped working suddenly

2010-10-26 Thread geocode...@gmail.com
On Oct 26, 8:01 am, Kai Hendry wrote: > http://maps.natalian.org/has stopped working for me. I've tried > different browsers and I've had my friends try it. > > I swear it used to work in the past and I have not changed it recently. Might I suggest locking down the version then? http://code.googl

[Google Maps API v3] Re: Help with filtering markers.

2010-10-26 Thread geocode...@gmail.com
On Oct 26, 7:54 am, Paul Rutt wrote: > I appreciate you taking time to help Larry, im new at this which must > be frustrating to people like yourself. > > Ive made both map and markers global as per the previous link and get > same lack of results. I still get an error: Line: 78 Error: 'map.marke

[Google Maps API v3] Opdating polyline rendering flicker

2010-10-26 Thread mrt
Hi all I am porting this linedrawing thing where a user can draw a route on the map from v2 to v3. In Maps v2 i would use: _map.removeOverlay( polyline ); polyline = new GPolyline(_path, "#660099", line_thickness, 1, {clickable:false}); _map.addOverlay( polyline ); In Maps v3 the addOverlay and

[Google Maps API v3] V3 maps stopped working suddenly

2010-10-26 Thread Kai Hendry
http://maps.natalian.org/ has stopped working for me. I've tried different browsers and I've had my friends try it. I swear it used to work in the past and I have not changed it recently. The source of the site is here: http://svn.natalian.org/projects/maps/ Hope you can help, -- You received

[Google Maps API v3] Re: Help with filtering markers.

2010-10-26 Thread Paul Rutt
I appreciate you taking time to help Larry, im new at this which must be frustrating to people like yourself. Ive made both map and markers global as per the previous link and get same lack of results. Regarding js errors whats best to debug in as a newbie, i have firebug but not sure how to debu

[Google Maps API v3] remove pan control

2010-10-26 Thread Jacko'92
hey guys is it possible to remove the large pan control whist keeping the large zoom control? thanks -- 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

[Google Maps API v3] Re: Help with filtering markers.

2010-10-26 Thread geocode...@gmail.com
On Oct 26, 7:12 am, Ruttstar wrote: > Hi Larry: > > Don't know why the red isnt showing, its the function: Because it is the groups interface. > > document.getElementById("change").onclick = function() > { > alert(markers.length); > for( i=0;i { > markers[i].setVisible(map.markers[i].type == 'Re

[Google Maps API v3] Re: Help with filtering markers.

2010-10-26 Thread Ruttstar
Hi Larry: Don't know why the red isnt showing, its the function: document.getElementById("change").onclick = function() { alert(markers.length); for( i=0;ihttp://www.s218287072.websitehome.co.uk/sample.php On Oct 26, 2:49 pm, "geocode...@gmail.com" wrote: > On Oct 26, 6:40 am, Paul Rutt wrote:

[Google Maps API v3] Re: Help with filtering markers.

2010-10-26 Thread geocode...@gmail.com
On Oct 26, 6:40 am, Paul Rutt wrote: > Hi Larry, > > Don't know what you mean with regards to 'mangled', have no idea > what debugger your using and the text is in red in my post? See how it appears in the group interface: http://groups.google.com/group/google-maps-js-api-v3/browse_frm/thread/e7b

[Google Maps API v3] Re: Help with filtering markers.

2010-10-26 Thread Paul Rutt
Hi Larry, Don't know what you mean with regards to 'mangled', have no idea what debugger your using and the text is in red in my post? Here is a link to the live page:mySample Kind regards Paul. -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScri

[Google Maps API v3] Re: Help with filtering markers.

2010-10-26 Thread geocode...@gmail.com
On Oct 26, 6:11 am, Paul Rutt wrote: > I'm trying to get to grips with the Google Map API V3. I've got so > far but struggling with the filtering function see function marked > red. Any help would be appreciated. Thanks. Please read the posting guidelines: http://groups.google.com/group/google-ma

[Google Maps API v3] Re: Wiki and Panoramio layer?

2010-10-26 Thread Grok Lobster
A while ago (6 months?), someone posted an example of the Panoramio layer in v3. If you do a search, you are likely to find it. On Oct 25, 1:12 am, Jurgis Stepanovs wrote: > Is Wiki and Panoramio layer available in Google Maps JS API 3? > Any sample code how to add those layers? -- You received

[Google Maps API v3] Re: Display default google markers based on a keyword

2010-10-26 Thread Rossko
> My requirement is, i have a search box in my site. I want to search > these keywords through this search box and display map with default > markers. See http://code.google.com/apis/ajaxsearch/documentation/ or http://code.google.com/apis/maps/documentation/places/ -- You received this message

[Google Maps API v3] Re: Wiki and Panoramio layer?

2010-10-26 Thread Pil
Hmm, when I load maps.google.com I can see a reference to the latest version of the v2 API inside the source code, that's at the moment http://maps.gstatic.com/intl/en_ALL/mapfiles/288e/maps2.api/main.js and a few v2 methods which are absent in v3, like GBrowserIsCompatible() GUnload() And I am

[Google Maps API v3] Re: StreetView icon

2010-10-26 Thread cdhsoftware
Spot on, many thanks Chad :) Regards Carl -- 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

[Google Maps API v3] Re: Checkbox not refreshing KmlLayer

2010-10-26 Thread John M Phillips
The following line should be in the onload block not in the toggle function: nearKMLLayer = new google.maps.KmlLayer(layers[id].url This line of code is creating a new object every time the function is called. The first time the function is called a layer is created and then mapped. The se

[Google Maps API v3] Checkbox not refreshing KmlLayer

2010-10-26 Thread yatri
Hello, I am attempting to create google maps from many kml layers. See http://www.myworldone.net/nira3.html. I am able to switch on the KmlLayer from the checkbox input but unable to switch off the layer. Please suggest where I am going wrong. Thanks in advance. -- You received this message becau

[Google Maps API v3] Display default google markers based on a keyword

2010-10-26 Thread Akhi
Hi All, I am using the google map API V3 with my site. I want to search keywords like restaurants, hospitals, etc. through google map API. When I have to search hospital in google map ("http://maps.google.com/?q=hospitals";), I got the map and marks all hospitals in this map. My requirement is,

[Google Maps API v3] google.maps.GroundOverlay mouseover event

2010-10-26 Thread serj
I see this object accept "click" event" and I want also to capture mouseOver, mouseOut event for a GrounOverlay. Is this possible? thanks -- 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] Re: Best way to develop

2010-10-26 Thread Rossko
> I was gonna ask the same thing, about developing for a mobile > can't the emulator connect to localhost?? seriously? That's a question for the author of the emulator -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To post to

[Google Maps API v3] Can v3 have User Photos in Street View?

2010-10-26 Thread Am
Now I'm using map api v3. I want to use user photos feature in street view. How can I do that? All I've seen about user photos is just in v2 only. -- 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