[Google Maps API v3] autocomplete textbox for filtering locations

2010-09-09 Thread rajkumar
I need to develop autocomplete textbox that shows the locations like we have in google maps search textbox. Is there any API from google to achieve this? Please help. -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To post to t

[Google Maps API v3] Re: Here are two versions of the javascript - Am I asking for trouble by making this variable Global ?

2010-09-09 Thread DaveGivesPHPaShot
Awesome ! Thanks Rossko. I usually benefit by trusting the higher source and trying to find out where I went wrong in implementing the teaching. This was a rare case where the "Word of God" contained a typo. I hadn't seriously considered that idea. On 9 sep, 15:19, Rossko wrote: > > Original code

[Google Maps API v3] Re: Here is the PHP code that is breaking my XML - how do I set correct charset for the XML from within the PHP file ?

2010-09-09 Thread DaveGivesPHPaShot
Well Golly ! Now I'm at work (at my French employer) and it works ! The final problem must be due to some difference between my laptop (which I bought back home in the states) and this computer at work (set up for French) - wait, did I just admit that I am doing this from work ? I got here early an

Re: [Google Maps API v3] What is a Maps API Request?

2010-09-09 Thread Chris Broadfoot
The request limit is for services like (reverse-)geocoding, directions and static maps. On Thu, Sep 9, 2010 at 7:21 PM, dayo wrote: > Hi there > > I have a general question about v3 of the API rather than a problem. I > am integrating the google maps api into a high traffic website and > simply

Re: [Google Maps API v3] multiple markers with info windows

2010-09-09 Thread Chris Broadfoot
Where is your code? Please post a link. On Fri, Sep 10, 2010 at 1:27 PM, b747fp wrote: > i have tried making a loop to create multiple markers and adding info > windows for each marker onclick... but it fails every time... ive > tried setting the infowindow object to var infowindow[i] and ive

[Google Maps API v3] Re: Google API doesn't working in Win mobile 7 emulator

2010-09-09 Thread Sam
Hi Rossko, Thanks for replying. I have sent my html page to you. please help me. :-( On Sep 10, 12:37 am, Rossko wrote: > Have you tried your application in a desktop browser ? > Have you tried it in a real Win mobile 7, rather than an enulator > (which may itself be imperfect) ? > We can't try

[Google Maps API v3] Re: Infowindow - Unwanted scroll bars in Firefox, Chrome & Safari.

2010-09-09 Thread JoshN
I seem to have pasted incorrectly, The working listener for Prototype was actually: google.maps.event.addListener(infowindow, 'domready', function(){ $('infoWindow').parentNode.setStyle({ overflow: '' }); $('infoWindow').parentNode.parentNode.setStyle({

[Google Maps API v3] Re: multiple markers with info windows

2010-09-09 Thread geocode...@gmail.com
On Sep 9, 11:27 pm, b747fp wrote: > i have tried making a loop to create multiple markers and adding info > windows for each marker onclick... but it fails every time... ive > tried setting the infowindow object to var infowindow[i]   and ive > also tried setting it inside the function(){} for the

[Google Maps API v3] multiple markers with info windows

2010-09-09 Thread b747fp
i have tried making a loop to create multiple markers and adding info windows for each marker onclick... but it fails every time... ive tried setting the infowindow object to var infowindow[i] and ive also tried setting it inside the function(){} for the onclick listener... it fails. does anyone

[Google Maps API v3] Trying to understand KML Layers

2010-09-09 Thread Michael Robellard
I have a game that I have written called Railroad Empire that uses Google Maps. http://apps.facebook.com/railroadempire The problem that I am having is that my map is very slow to load in IE compared to Firefox, Chrome or Safari. So my plan was to change the data on my map from a very large amount

[Google Maps API v3] Re: Trying to Save Placed Markers

2010-09-09 Thread geocode...@gmail.com
On Sep 9, 10:43 pm, gh0st wrote: > I'm trying to make info windows pop up upon placing a marker and then > having the user fill in some information on a form in the info window. > When the user submits the form it saves it to a mysql table. The > problem is with my saveData() function. Where is t

[Google Maps API v3] Re: Here is the PHP code that is breaking my XML - how do I set correct charset for the XML from within the PHP file ?

2010-09-09 Thread DaveGivesPHPaShot
Oops ! Yes, of course. Thanks a lot, Ralph ! Maybe I'll experiment with exact encoding now. I am getting some gibberish, but xml works ! view-source:http://www.oukwakan.org/phpsqlajax_genxml_jdm9.php On Sep 9, 2:35 pm, Ralph wrote: > Maybe this might work > > $occ->setAttribute('name', utf8_enco

[Google Maps API v3] Trying to Save Placed Markers

2010-09-09 Thread gh0st
I'm trying to make info windows pop up upon placing a marker and then having the user fill in some information on a form in the info window. When the user submits the form it saves it to a mysql table. The problem is with my saveData() function. //

[Google Maps API v3] Re: Here is the PHP code that is breaking my XML - how do I set correct charset for the XML from within the PHP file ?

2010-09-09 Thread DaveGivesPHPaShot
Thank you Ralph ! Where do I put it? On Sep 9, 2:35 pm, Ralph wrote: > Maybe this might work > > $occ->setAttribute('name', utf8_encode($row['name'])); > > Ralph > > On Sep 9, 2:13 pm, DaveGivesPHPaShot wrote: > > > > > Hello, I am trying to duplicate this google code tutorial on using > > MySql

[Google Maps API v3] Re: Infowindow - Unwanted scroll bars in Firefox, Chrome & Safari.

2010-09-09 Thread JoshN
Pete, Thanks for grabbing my attention, I had indeed stopped watching this thread, but would rather not close then reopen the infowindow. Something odd came up while applying the change. I am using prototype 1.6.1--though I usually translate back to normal js when posting short bits. When using

Re: [Google Maps API v3] Re: Interactive route

2010-09-09 Thread Luke Mahé
We have also just released draggable driving directions :) http://googlegeodevelopers.blogspot.com/2010/09/directions-now-draggable-in-maps-api-v3.html -- Luke On Fri, Sep 10, 2010 at 12:01 AM, marki_44 wrote: > Thanks for the reply Larry. > > you are right it is mostly working now, i made som

Re: [Google Maps API v3] usage limit

2010-09-09 Thread Luke Mahé
You will need a premier license, you can read more here http://www.google.com/enterprise/earthmaps/maps.html -- Luke On Fri, Sep 10, 2010 at 2:55 AM, Totte Karlsson wrote: > Hi, > I am planning on using google static maps for a custom application > (not a browser). For this application I antici

[Google Maps API v3] Re: usage limit

2010-09-09 Thread Rossko
> I am planning on using google static maps for a custom application > (not a browser). Not allowed, see Terms 10.8 http://code.google.com/apis/maps/terms.html -- 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] Re: Label overlays?

2010-09-09 Thread JeffJensen
Just to clarify - Google Maps v3 API does NOT support placemark labels, right? So a KML file which has placemark labels will display correctly in Google Earth but not in Google Maps. Google Maps does support KML Elements NAME, POINT and PLACEMARK (see http://code.google.com/apis/kml/documentation/k

[Google Maps API v3] Re: cannot load maps new google,maps.Map not a constructor or undefined not a function

2010-09-09 Thread geocode...@gmail.com
On Sep 9, 6:07 am, pat007 wrote: > Hello, > > I am new to javascript and I am trying to add a google map to the > following website:http://mmexp1.ccit.berkeley.edu/test > > but it sends an error when I call: > > var xx = new google.maps.xxx() > > i.e: > var latlng = new google.maps.LatLng(-34.397,

[Google Maps API v3] Re: no maps picture with IE and no drag with firefox

2010-09-09 Thread geocode...@gmail.com
On Sep 9, 1:44 pm, Gaël wrote: > I don't speak with people who are still in 2007 !! Well then I can't see your application at my place of business, nor can anyone I work with... -- Larry > > This is very weird, I've test with an another pc and it works fine. > I've emptied the cache, the cook

[Google Maps API v3] MapIconMaker.js for v3 ??

2010-09-09 Thread Tee Cee
Can any body tell me if MapIconMaker.js has been ported to v3 or exists in beta somewhere or is there any known open src 3rd party marker icon maker lib that will simplify the creation/management/ The goal is straight forward I want to 1) name the icons as A...Z or 1..N 2) change icon colors 3)

[Google Maps API v3] Re: Here is the PHP code that is breaking my XML - how do I set correct charset for the XML from within the PHP file ?

2010-09-09 Thread globalGal
I have the same kind of issue, although it only prevents the markers from showing up in IE, *not in Firefox or Safari*. I do think its an encoding issue, so what I'm going to try and I hope works for your French accents, is to .. remove them with this sort of function: function convertitAccents ($

[Google Maps API v3] Re: Infowindow - Unwanted scroll bars in Firefox, Chrome & Safari.

2010-09-09 Thread Martin Tod
Many thanks. Ended up doing the same thing in jQuery - and hugely grateful to you for sorting this out... Gave every box the same class ('') and used their class selected to solve the problem. infoWindow.open(map, marker); jQuery('.').parent().parent().css

[Google Maps API v3] cannot load maps new google,maps.Map not a constructor or undefined not a function

2010-09-09 Thread pat007
Hello, I am new to javascript and I am trying to add a google map to the following website: http://mmexp1.ccit.berkeley.edu/test but it sends an error when I call: var xx = new google.maps.xxx() i.e: var latlng = new google.maps.LatLng(-34.397, 150.644); and var map = new google.maps.Map(docume

[Google Maps API v3] usage limit

2010-09-09 Thread Totte Karlsson
Hi, I am planning on using google static maps for a custom application (not a browser). For this application I anticipate that I may need more than 1000 queries per day, which is the current limit. Is it possible to buy from google a special account getting unlimited query count? Anyone know where

[Google Maps API v3] Re: no maps picture with IE and no drag with firefox

2010-09-09 Thread Gaël
I don't speak with people who are still in 2007 !! This is very weird, I've test with an another pc and it works fine. I've emptied the cache, the cookies of my bowsers on my pc and it still doesn't work on IE7/8 and firefox On Sep 9, 2:17 am, Rossko wrote: > > I've made a map for a triathlon.

[Google Maps API v3] unsubscribe plz

2010-09-09 Thread Benjamin Roth
-- 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...@googlegroups.com. For m

[Google Maps API v3] Re: Google API doesn't working in Win mobile 7 emulator

2010-09-09 Thread Rossko
Have you tried your application in a desktop browser ? Have you tried it in a real Win mobile 7, rather than an enulator (which may itself be imperfect) ? We can't try that for you, since we don't know your page URL -- You received this message because you are subscribed to the Google Groups "Go

[Google Maps API v3] Re: Point issue in KmlLayer

2010-09-09 Thread Rossko
> I'd like to go back to my original question, then  - trying different > zooms, why is there an issue with these markers? I've never seen > anything quite like this. I cannot now find it, but there was a very similar recent post. The crux of the matter is that when you use kmlLayer, it is render

Re: [Google Maps API v3] Re: bug in demo http://code.google.com/apis/maps/articles/phpsqlajax_v3.html ?

2010-09-09 Thread John Chapman
Thanks for fixing this promptly. On 9 September 2010 01:26, Luke Mahé wrote: > I fixed one typo but not both :) The update will be live soon. > > On Thu, Sep 9, 2010 at 10:23 AM, Rossko wrote: > >> > In the section "Putting It All Together" >> > >> > downloadUrl("phpsqlajax_genxml.php", fu

[Google Maps API v3] Re: Hotels in city

2010-09-09 Thread jrgeerdes
If you're wanting to use something like the Google Search API, you could try the jGoogleBar: http://code.google.com/p/gmaps-api-v3-googlebar/ Just set up the map, add the control, and then call control.execute('hotel'), where control is a reference to the control. jg -- You received this messa

[Google Maps API v3] Re: Unable to catch mouseover/mouseout/click events on PolyCluster polygons

2010-09-09 Thread Niko
Hello Berry, I am still trying to get interactions between your clustered polys and the map's mousemove event... Did you go further on this subject? I really need this functionality for my app and I do not know how to proceed, I am maybe not that far but It's still not there. It would be great if

[Google Maps API v3] Re: Point issue in KmlLayer

2010-09-09 Thread Patrick Cain
Excellent. I'd like to go back to my original question, then - trying different zooms, why is there an issue with these markers? I've never seen anything quite like this. -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To post

[Google Maps API v3] Re: Interactive route

2010-09-09 Thread marki_44
Thanks for the reply Larry. you are right it is mostly working now, i made some progress between posting and the moderators accepting :) I wil try the marker removal code, its the one thing i havent got working so far On Sep 9, 2:38 pm, "geocode...@gmail.com" wrote: > On Sep 9, 6:30 am, "geocod

[Google Maps API v3] Re: Interactive route

2010-09-09 Thread geocode...@gmail.com
On Sep 9, 6:30 am, "geocode...@gmail.com" wrote: > On Sep 9, 3:36 am, marki_44 wrote: > > > I want to be able to > > > 1 - Add a marker to each directions result step and make it draggable > > 2 - move a step from a directions result and calculate the new lat > > long > > 3 - Make the step a wayp

[Google Maps API v3] Re: Google Maps Api Versus maps.google.com on IPad

2010-09-09 Thread chuby.qc
I just tried loading api v3.0, instead of 3.x or 3.2, and the zooming is now correct. On Sep 9, 8:54 am, "chuby.qc" wrote: > I searched in the maps javascript and could find some reference to > WebkitTransition. > > I don't know how it's being used though. > > I would really appreciate feedback o

[Google Maps API v3] Re: Interactive route

2010-09-09 Thread geocode...@gmail.com
On Sep 9, 3:36 am, marki_44 wrote: > I want to be able to > > 1 - Add a marker to each directions result step and make it draggable > 2 - move a step from a directions result and calculate the new lat > long > 3 - Make the step a waypoint > 4 - recalculate the route adding the newly created waypoi

[Google Maps API v3] Re: Here are two versions of the javascript - Am I asking for trouble by making this variable Global ?

2010-09-09 Thread Rossko
> Original code that returns 'request' undefined > > http://www.oukwakan.org/googlemysqltest.htm See this thread http://groups.google.com/group/google-maps-js-api-v3/browse_thread/thread/846dd941e898c8bc# It's not so much a scope problem as a typo in the tutorial: downloadUrl("phpsqlajax_gen

Re: [Google Maps API v3] Hotels in city

2010-09-09 Thread shrey sinha
1st you have to collect the data(name,adrdress etc.) either from a website or u could crowd source(ask users to directly put markers on location n fill up teh details name,contact no. etc) the data. then u could use the geocoding api to find the lat/lng corresponding to the address.which in turn i

[Google Maps API v3] Interactive route

2010-09-09 Thread marki_44
I want to be able to 1 - Add a marker to each directions result step and make it draggable 2 - move a step from a directions result and calculate the new lat long 3 - Make the step a waypoint 4 - recalculate the route adding the newly created waypoint. Basically my plan is to let the user avoid c

[Google Maps API v3] Re: Google Maps Api Versus maps.google.com on IPad

2010-09-09 Thread chuby.qc
I searched in the maps javascript and could find some reference to WebkitTransition. I don't know how it's being used though. I would really appreciate feedback on this issue. On Sep 8, 5:30 pm, "chuby.qc" wrote: > When I said webkit, I was thinking about html5, not the native stuff. > > On Sep

[Google Maps API v3] Re: Hotels in city

2010-09-09 Thread geocode...@gmail.com
On Sep 9, 5:36 am, t0th wrote: > Hi, > > how i can show the hotels in my city with Google Maps API ? > > thanks Asking the same question again without clarification is not useful. You need to address Rossko's response. Where do you expect to get the data from? -- Larry -- You received this

[Google Maps API v3] Hotels in city

2010-09-09 Thread t0th
Hi, how i can show the hotels in my city with Google Maps API ? 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 from this group

[Google Maps API v3] Re: Here is the PHP code that is breaking my XML - how do I set correct charset for the XML from within the PHP file ?

2010-09-09 Thread Ralph
Maybe this might work $occ->setAttribute('name', utf8_encode($row['name'])); Ralph On Sep 9, 2:13 pm, DaveGivesPHPaShot wrote: > Hello, I am trying to duplicate this google code tutorial on using > MySql and PHP with Google Maps V3. > > http://code.google.com/intl/fr/apis/maps/articles/phpsqlaj

[Google Maps API v3] Here are two versions of the javascript - Am I asking for trouble by making this variable Global ?

2010-09-09 Thread DaveGivesPHPaShot
Hello, When I made this variable global, am I asking for trouble later on ? Original code that returns 'request' undefined http://www.oukwakan.org/googlemysqltest.htm But here, http://www.oukwakan.org/googlemysqltestGLOBALVAR.htm I made the request gloval variable by removing VAR in this bit of

[Google Maps API v3] Here is the PHP code that is breaking my XML - how do I set correct charset for the XML from within the PHP file ?

2010-09-09 Thread DaveGivesPHPaShot
Hello, I am trying to duplicate this google code tutorial on using MySql and PHP with Google Maps V3. http://code.google.com/intl/fr/apis/maps/articles/phpsqlajax_v3.html I have foreign characters (well they aren't "foreign" for everyone, but you know what I mean, right?) in my MySql database. W

[Google Maps API v3] What is a Maps API Request?

2010-09-09 Thread dayo
Hi there I have a general question about v3 of the API rather than a problem. I am integrating the google maps api into a high traffic website and simply want to know what exactly counts as a "REQUEST" to the maps API in relation to the request limit that is set in the terms and conditions? We ha

[Google Maps API v3] Google API doesn't working in Win mobile 7 emulator

2010-09-09 Thread Sam
Hi All, I am trying to develop an application where I am trying to show directions between 2 particular place. It is a html page where I have declared all JavaScripts which are related to the application. When application launched it shows that html page in a mobile web browser. Most the JavaScri