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
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
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
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
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
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
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({
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
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
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
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
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
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.
//
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
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
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
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
> 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
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
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,
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
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)
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 ($
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
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
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
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.
--
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
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
> 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
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
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
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
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
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
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
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
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
> 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
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
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
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
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
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
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
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
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
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
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
49 matches
Mail list logo