[Google Maps API v3] Re: When load google maps V3 check box became hiden only with Safari browser.

2010-11-01 Thread Ji?? Zuhla
Hi, I have this problem on Safari (5.0.2) on Windows (Vista with SP2). Zuhlic -- 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

Re: [Google Maps API v3] Re: KmlOverlayService.GetOverlays & https

2010-11-01 Thread Jared Cunningham
Thank you Chad, I decided to use an xml approach rather than kml to get around sending a kml to google first. Thanks, Jared On 2010-10-27, at 11:21 PM, Chad Killingsworth wrote: > Ben Appleton outlined a strategy for handling this situation: > http://groups.google.com/group/google-maps-js-api-

[Google Maps API v3] Re: joining objects on the map

2010-11-01 Thread emsee
here is an example for what I'm trying to do: http://www.zoocasa.com/en/search/properties?search[location]=kitsilano&search[price_min]=&search[price_max]=&search[bedrooms]=&search[bathrooms]= -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API

[Google Maps API v3] joining objects on the map

2010-11-01 Thread emsee
Hi guys, I'm integrating the map into my website and I encountered with a problem. I'm trying to show some products on the map and when I zoom out I need them to join to one address. How can I do it? please help Thanks :D -- You received this message because you are subscribed to the Google Gr

[Google Maps API v3] drag fires twice after mouseup

2010-11-01 Thread Andre Tannus
I've noticed something strange going on while dragging a marker. I'm monitoring the following events: mousedown, drag, mouseup, attatched to a marker. When I click-and-hold, the 'mousedown' event gets fired. Then, while I drag the marker around the map, the 'drag' events is fired continuously (

Re: [Google Maps API v3] Using the pegman on a custom map (streetview)

2010-11-01 Thread Marc Ridey
Two issues: 1. The StreetView panorama: you can supply a panorama provider and set a custom pano ID. When your provider is called, supply the tile definitions and the links to further panoramas. You can that way run a complete world of panoramas without ever displaying Google's StreetView tiles.

[Google Maps API v3] Re: Changing markers on mouseover and mouseout

2010-11-01 Thread geocode...@gmail.com
On Nov 1, 5:56 pm, Charlie wrote: > That almost does it. However, I need for the icon to change color as > well when the cursor is over the place name in the right side box. It > works that way under v2. Thanks for any help you can offer. Have you tried implementing that? I would expect that giv

[Google Maps API v3] Re: Changing markers on mouseover and mouseout

2010-11-01 Thread Charlie
That almost does it. However, I need for the icon to change color as well when the cursor is over the place name in the right side box. It works that way under v2. Thanks for any help you can offer. On Nov 1, 7:42 pm, "geocode...@gmail.com" wrote: > Have you tried the documentation? > There is a

Re: [Google Maps API v3] Re: tabbed infowindows missing in v3

2010-11-01 Thread Chris Broadfoot
Check out the InfoBubble library written by Luke: http://google-maps-utility-library-v3.googlecode.com/svn/trunk/infobubble/ Example is here: http://google-maps-utility-library-v3.googlecode.com/svn/trunk/infobubble/examples/example.html On Tue, Nov 2, 2010 at 8:46 AM, Kevin N wrote: > On Se

[Google Maps API v3] Re: Changing markers on mouseover and mouseout

2010-11-01 Thread geocode...@gmail.com
On Nov 1, 2:28 pm, Charlie wrote: > I used Mike's example athttp://econym.org.uk/gmap/example_hoverchange75.htm > to help create the page > athttp://bullittcountyhistory.org/bchistory/wr/wrmap.html > with V2. Now I'm in the process of upgrading to V3 and have not found > a way to create the marke

[Google Maps API v3] Re: tabbed infowindows missing in v3

2010-11-01 Thread Kevin N
On Sep 13, 2:43 am, 杜亚波 wrote: > For v3, this thread (found by searching this group for 'custom > infowindow' contains some > hintshttp://groups.google.com/group/google-maps-js-api-v3/browse_thread/th... > > If what you really want is tabbed infoWindows, here is a v3 > demohttp://gmaps-samples-v

[Google Maps API v3] Re: Search for a location using address/postal code

2010-11-01 Thread Eishita
Thanks a lot! On Nov 1, 3:44 pm, Rossko wrote: > > Suppose I have a textbox where I can > > put an address of postal code on an area and it will drop a pin on > > that area. Can any one send me a very simple example of this kind of > > work? > > See the > documentationhttp://code.google.com/apis

[Google Maps API v3] Re: Search for a location using address/postal code

2010-11-01 Thread Rossko
> Suppose I have a textbox where I can > put an address of postal code on an area and it will drop a pin on > that area. Can any one send me a very simple example of this kind of > work? See the documentation http://code.google.com/apis/maps/documentation/javascript/services.html#Geocoding http://

[Google Maps API v3] Re: Using jQuery UI autocomplete with Google Maps JS API v3

2010-11-01 Thread Rossko
> Thanks for the reply. The #map element is injected after an Ajax call. OK, I'll rephrase ; I cannot find any element with id='map' at the time of the document.getElementById("map") -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" gro

[Google Maps API v3] Changing markers on mouseover and mouseout

2010-11-01 Thread Charlie
I used Mike's example at http://econym.org.uk/gmap/example_hoverchange75.htm to help create the page at http://bullittcountyhistory.org/bchistory/wr/wrmap.html with V2. Now I'm in the process of upgrading to V3 and have not found a way to create the marker changes with mouseover and mouseout. Is t

[Google Maps API v3] Search for a location using address/postal code

2010-11-01 Thread Eishita
Hi there! I have started designing my very first google maps page. Right now I am able to put several markers on the map, and can show the latitude and longitude in a text box. I was just wondering how would I do for searching a location in the map. Suppose I have a textbox where I can put an addr

[Google Maps API v3] Re: IE memory leaks

2010-11-01 Thread jd
no...you are right i haven't done anything for leak prevention. i am just doing it now...currently reading up on circular circular references w/dom etc. thanks -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To post to this gro

[Google Maps API v3] TrafficLayer on top of customized maptype

2010-11-01 Thread Nianwei Liu
Noticed an interesting issue. The TrafficLayer class seems tied closely to one of the base Google Map types: map, hybrid and terrain. It does not work as a regular overlay in the sense that it can display on top of any map type, including customized map type. Take a look at this example from the A

[Google Maps API v3] Re: DirectionsLeg -> via_waypoint array

2010-11-01 Thread geocode...@gmail.com
On Nov 1, 12:42 pm, sgiddings wrote: > With the advent of draggable routes in V3, I was trying to see where > or if the information concerning the dragged point was stored. > > After looking at the resulting directions object held within the > DirectionsService object, where I saw a "via_waypoint"

[Google Maps API v3] Re: IE memory leaks

2010-11-01 Thread geocode...@gmail.com
On Nov 1, 12:32 pm, jd wrote: > yeah...the link is not generated here. I used the link tool and can > see it on my end... > > oh well, i see you can see the link i just recently posted.. Looks to me like you haven't done anything in your code to address memory leaks in general. This is probably

[Google Maps API v3] Can Google Maps be Used with TicketsNow?

2010-11-01 Thread Sid Childers
Hi All, I'm very new to Google Maps and am looking to use it in an ASP.NET web application that interfaces with an event ticketing web service called TicketsNow. How would I go about displaying available seats in a given venue using Google Maps? Are there specific map layers that should be used? D

[Google Maps API v3] Re: Using jQuery UI autocomplete with Google Maps JS API v3

2010-11-01 Thread Ilya
> var panoramaMap = new > google.maps.StreetViewPanorama(document.getElementById("map"),... > > I cannot find any element with id='map' Hi Rossko, Thanks for the reply. The #map element is injected after an Ajax call. Cheers, Ilya -- You received this message because you are subscribed to the

[Google Maps API v3] DirectionsLeg -> via_waypoint array

2010-11-01 Thread sgiddings
With the advent of draggable routes in V3, I was trying to see where or if the information concerning the dragged point was stored. After looking at the resulting directions object held within the DirectionsService object, where I saw a "via_waypoint" array holding the required information. My qu

[Google Maps API v3] Re: IE memory leaks

2010-11-01 Thread jd
yeah...the link is not generated here. I used the link tool and can see it on my end... oh well, i see you can see the link i just recently posted.. thanks On Nov 1, 11:51 am, "geocode...@gmail.com" wrote: > On Nov 1, 11:42 am, jd wrote: > > > hmm...yes i posted a link to my map and can see it

[Google Maps API v3] Re: Text Overlay

2010-11-01 Thread pds
On Nov 1, 12:02 pm, Rossko wrote: > > Thanks again - I want to add street label overlays over the top of the > > standard maps. > > If you just want simple labels, like text in a div, you could create a > custom label class based on > OverlayViewhttp://code.google.com/apis/maps/documentation/ja

[Google Maps API v3] Re: IE memory leaks

2010-11-01 Thread geocode...@gmail.com
On Nov 1, 11:42 am, jd wrote: > hmm...yes i posted a link to my map and can see it on my end. it's > titled "my map". you can't see it? Look here and tell me if you see it: http://groups.google.com/group/google-maps-js-api-v3/browse_frm/thread/4933411d3bfa6a94/67fe73db4cdf73bb#67fe73db4cdf73bb

[Google Maps API v3] Re: IE memory leaks

2010-11-01 Thread jd
hmm...yes i posted a link to my map and can see it on my end. it's titled "my map". you can't see it? the url is: http://www.water.ca.gov/waterdatalibrary/groundwater/projects/deer_creek/google/GeoRectify.html thanks -- You received this message because you are subscribed to the Google Groups

[Google Maps API v3] Re: streetViewControl: true doesn't work

2010-11-01 Thread jfaba
Thanks a lot !! It works fine, even on IE. -- 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-j

[Google Maps API v3] Re: IE memory leaks

2010-11-01 Thread geocode...@gmail.com
On Nov 1, 9:29 am, jd wrote: > Hi, > > I have some leaks in IE with my map. Assoc w/dom. I have tried several > approaches but can't seem to get rid of them. > > I need acceptable performance for adding up to 200 markers. When you > add markers, the coordinates of each are assigned to a generated

[Google Maps API v3] Re: geocoder within countries

2010-11-01 Thread Bas
you mean loading the api with the near parameter? http://maps.google.com/maps/api/js?key=*&v=3&sensor=false®ion=nl&near=nl On Nov 1, 6:19 pm, Chris Broadfoot wrote: > Sure. > > You can do region biasing by specifying the country code with the 'region' > option. > > http://code.google.com/apis/ma

Re: [Google Maps API v3] geocoder within countries

2010-11-01 Thread Chris Broadfoot
Sure. You can do region biasing by specifying the country code with the 'region' option. http://code.google.com/apis/maps/documentation/javascript/reference.html#GeocoderRequest Alternatively, you could append "near {country}" to the query (where {country} is your country) or specify a LatLngBou

[Google Maps API v3] IE memory leaks

2010-11-01 Thread jd
Hi, I have some leaks in IE with my map. Assoc w/dom. I have tried several approaches but can't seem to get rid of them. I need acceptable performance for adding up to 200 markers. When you add markers, the coordinates of each are assigned to a generated child div in "Final Rectified Coords" Any

[Google Maps API v3] Controls loaded event

2010-11-01 Thread Tim__m
Is there an event that fires when all standard and custom controls have been completely loaded? -- 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 unsu

[Google Maps API v3] Using the pegman on a custom map (streetview)

2010-11-01 Thread Mqrius
Hello I have a custom map (Link), and I would like to add street view to it at some places. However, when I look at the Streetview docs, I only see the option to "modify the default Street View links to add a link to the custom imagery". Obviously, this is impossible, because my map is a map of a

[Google Maps API v3] Display list of results from gmap markers

2010-11-01 Thread Henri
Hi, I have made my google maps so that the markers are displayed on the map from a mysql database. The markers have already been geocoded and the lat/long are stored in the database. I have 2 questions; Question 1: How can I make the markers load dynamically on the map? At the moment, when I'm z

[Google Maps API v3] PolyLine First item not drawn

2010-11-01 Thread Mattims
Hi, I am trying to draw multiple polylines and for some reason the first line is not drawn. If i execute the script again it will draw both lines. Example is at this address. http://members.iinet.net.au/~mattims/googlemap.htm if you click the button once I get 4 markers and one line, when you p

[Google Maps API v3] Re: streetViewControl: true doesn't work

2010-11-01 Thread Pil
Yes, this looks like a beautiful bug. Here is a workaround: Two conditions must be in agreement so that all seems to work right. 1) When the controls are shown navigationControl must be loaded first, then streetViewControl must be loaded. 2) When the controls are hidden streetViewControl must

[Google Maps API v3] Re: How to print a map properly

2010-11-01 Thread Claus
I have come across an even better example to illustrate my example In firefox using this tool: http://www.birdtheme.org/useful/v3tool.html Do the following: 1) enter this address into the search box "524 West Gartner Road, Naperville, IL". Click search Observe a park name Gartner Park 2) zoom i

[Google Maps API v3] Re: streetViewControl: true doesn't work

2010-11-01 Thread Chad Killingsworth
This looks like a bug to me. After toggling the controls off, if you call map.setOptions({navigationControl:true}) the streetview pegman magically shows up. You can then turn the navigation controls back on and have both showing. However, some time has to pass between these toggles. Simply togglin

[Google Maps API v3] Re: change image in google.maps.GroundOverlay

2010-11-01 Thread Joseph Elfelt
You should be able to turn the first overlay off with: myOverlay.setMap(); Then just build the new overlay in the normal manner. On Nov 1, 2:59 am, serj wrote: > it is possible to set a new image in GroundOverlay (to replace current > image)? > thanks -- You received this message because

[Google Maps API v3] streetViewControl: true doesn't work

2010-11-01 Thread jfaba
Hello I use this function to hide/show controls : function setControlsVisible(visible){ gmap.setOptions({ mapTypeControl: visible, scaleControl: visible, streetViewControl: visible, navigationControl: visible }); } when

[Google Maps API v3] Re: How to print a map properly

2010-11-01 Thread Claus
I am having the similar problem with my maps. I have no trouble printing the map or markers, but the polygon shapes add extra lines, corners, etc. to the printout. An example of this problem can be seen by printing the simple polygon sample provided by Google http://code.google.com/apis/maps/docum

[Google Maps API v3] Re: Text Overlay

2010-11-01 Thread Rossko
> Thanks again - I want to add street label overlays over the top of the > standard maps. If you just want simple labels, like text in a div, you could create a custom label class based on OverlayView http://code.google.com/apis/maps/documentation/javascript/reference.html#OverlayView You could co

[Google Maps API v3] geocoder within countries

2010-11-01 Thread Bas van de Lustgraaf
Hello, is it possible to specify within wich countries you want to search? Regards, Bas -- 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 unsubscri

[Google Maps API v3] Re: Text Overlay

2010-11-01 Thread pds
On Nov 1, 10:28 am, Rossko wrote: > Okeydokey ; but how are you implementing "your maps" ; are they tiled > imagery or something?  Or do you mean you want to add street label > overlays over the top of the standard maps? Thanks again - I want to add street label overlays over the top of the sta

[Google Maps API v3] Re: Text Overlay

2010-11-01 Thread Rossko
Okeydokey ; but how are you implementing "your maps" ; are they tiled imagery or something? Or do you mean you want to add street label overlays over the top of the standard maps? -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group.

[Google Maps API v3] change image in google.maps.GroundOverlay

2010-11-01 Thread serj
it is possible to set a new image in GroundOverlay (to replace current image)? 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. To unsubscribe fr

[Google Maps API v3] Re: Using Existing Businesses

2010-11-01 Thread Rossko
> Hello, is it possible to use the reviews of existing businesses on my > custom map? I think you can get the rating http://code.google.com/apis/maps/documentation/places/ but not sure if that's what you meant. Doesn't seem to have much to do with maps. -- You received this message because you

[Google Maps API v3] Re: Text Overlay

2010-11-01 Thread Rossko
> I wish to add street and place names to my maps so they look and > behave in the same way as those on the native maps and only appear at > a set zoom level. How are you implementing your maps? What is a 'native' map? -- You received this message because you are subscribed to the Google Groups