[Google Maps API v3] Re: Add two marker with click on the map is draggable direction

2011-11-26 Thread Pil
Adding two markers with one click? I'm wondering how should that work? Do you mean a radius search? On Nov 25, 4:01 pm, Map smurfs Earth map.smurfs.ea...@gmail.com wrote: Hi all, im working on after the map is load, user able to *add two marker with click on the map is draggable direction*.

[Google Maps API v3] Re: Add two marker with click on the map is draggable direction

2011-11-26 Thread Martin™
You could try my ContextMenu: http://code.martinpearman.co.uk/googlemapsapi/contextmenu/1.0/examples/advanced_example.htm Let the user choose a location with a right-click, add a draggable Marker to the location and the user can fine tune the location by dragging the Marker. Documentation can

[Google Maps API v3] Modifying the CSS for an infowindow

2011-11-26 Thread sgiddings
Since version 3.7, infowindows no-longer have rounded corners. That said, it is probable that some of us still want rounded corners and do not want to create a custom overlay just to reproduce this. Is it possible to access the css used to create the infowindow to be able to add a css

[Google Maps API v3] Re: Modifying the CSS for an infowindow

2011-11-26 Thread Pil
It's not possible to access the elements that build the infowindow. You can use v3.6 as long as it's being available - or use one of the infowindow's alternatives. You may open an new request in the issue tracker. But I doubt that that will have the slightest effect. On Nov 26, 11:50 am,

[Google Maps API v3] Where are the ridefinder marker icons?

2011-11-26 Thread Pil
Please read on here http://groups.google.com/group/google-maps-api/browse_thread/thread/8ab04e21e6e337ec/fcd38e383fbd8521#fcd38e383fbd8521 -- 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 API v3] Re: How to add a domready event to an infoBubble

2011-11-26 Thread Geoff Schultz
Rossko, I took me quite a while to decode what you were telling me. I'm quite confused as to how the domReady event can fire before the infoBubble is opened. Anyhow, what I finally figured out was that I needed to set the content AFTER I have created the listener. Thus the code that finally

[Google Maps API v3] Adding InfoWindows to Markers

2011-11-26 Thread Open Source GIS
Hello, Ive recently started playing with the V3 Google Maps API. Ive managed to work out how to display mulitple markers at various LatLngs through our district, but im wanting to add further information to each Marker, through the use of infowindows. However i cant work out how to do this

[Google Maps API v3] Re: Is Google Maps the right tool to compare 2 routes?

2011-11-26 Thread GTrek
Hi Barry, Is it possible to display those coordinates from a desktop app without uploading them to a public server first ? John On Nov 24, 9:55 pm, Barry Hunter barrybhun...@gmail.com wrote: Why put it though the Directions API at all? if you have a list of coordinates from the GPS, just plot

[Google Maps API v3] Usage Limits and Billing Confirmation

2011-11-26 Thread Mike Barrett
Just wanted to double check... We run severall sites where clients add their own venue information and some have included an iFrame link from Google Maps (iframe width=425 height=350 frameborder=0 scrolling=no marginheight=0 marginwidth=0

[Google Maps API v3] Google map showing gray areas when show / hidden

2011-11-26 Thread Óscar Solano
I'm having this problem: I have two Google maps in one page, showing just one a time. One shows a user-selected preferred store. If the user wants to choose another one, a WebService provides the nearest ones, and with that info, I hide the first map (and some associated elements), create

[Google Maps API v3] Zipcode from City name

2011-11-26 Thread Adil Malik
Hi, I want to get a person's Zip code. I know there City name and Country. Is there any API for this? I googled it first and all APIs that I found are for Get City and State by Zip code and not vice versa .. Can anyone help please? Thanks Adil Malik -- You received this message because you

[Google Maps API v3] Complex Icons - Too many in my Array to render?

2011-11-26 Thread Keith Demele
I am upgrading from API 2 to 3 tonight, I was scratching my head for hours tonight trying to figure out why this simple use of the API did not work...I re-wrote it several times, copied it from several locations around the net, almost went crazy trying to figure it out...then instead of trying

[Google Maps API v3] Re: How to add a domready event to an infoBubble

2011-11-26 Thread Rossko
From your original script -     var infoWindow = new InfoBubble({content: responseText, ... This creates the InfoBubble and populates it. Unlike the standard Infowindow, it's not done asynchronously so 'domready' was fired when complete, before returning to your script.    

[Google Maps API v3] Re: Google map

2011-11-26 Thread Rossko
script src=http://maps.google.com/?file=apiv=2.xkey=mykey; type=text/javascript/script Maps API v2 script type=text/javascript src=http://maps.googleapis.com/maps/api/js?sensor=truelibraries=placesk... Maps API v3 Only load one API -- You received this message because you are subscribed

[Google Maps API v3] Re: Adding InfoWindows to Markers

2011-11-26 Thread Rossko
Ive managed to work out how to display mulitple markers at various LatLngs through our district, but im wanting to add further information to each Marker, through the use of infowindows. See http://www.geocodezip.com/v3_MW_example_map1.html from http://www.geocodezip.com/ -- You received

[Google Maps API v3] Re: Google Map JavaScript V3

2011-11-26 Thread geocode...@gmail.com
On Nov 26, 12:41 am, amit amitsha...@gmail.com wrote: Hi All,           I am make a application with google map its working fine when we are deployed first time. but now when some one access my site from US then its give an error :   google.maps.LatLng is not a constructor. but same page

[Google Maps API v3] Re: Complex Icons - Too many in my Array to render?

2011-11-26 Thread Rossko
http://txmotocross.com/track-map/ ['Austin DelValle MX Park', 30.161203, -97.600449, 19], ['Badlands MX Park', 33.285500, -96.265800, 13], ['Boondoxxx MX', 33.113686, -96.375671, 21] ['Bowers MX', 35.253967, -101.884377, 22] You seem to have forgotten some commas -- You received this

[Google Maps API v3] zIndex

2011-11-26 Thread john
I have three groups of markers which have different importance. Within the same group, I want keep the default behavior of the markers (whatever appears on top of other). But I want markers in group 1 always on top of the other groups. What I am thinking is assuming the default zIndex is less

Re: [Google Maps API v3] Re: Bouncing Marker

2011-11-26 Thread IR HM
Hi, many thanks for taking the time to reply to my post and the guidance. I'll give this a go and see how I get on. Kind regards On 26 November 2011 07:07, Mr.Pohoda mr.poh...@gmail.com wrote: Add this to line 57 - at the beginning of marker click event: if (bouncingMarker) {

[Google Maps API v3] infoWindow of marker

2011-11-26 Thread john
This might be a javascript (on which I am weak) question. Here is sample code: var marker; var infoWindow; marker = new ... // first marker infoWindow = new ... // first infoWinfow. google.maps.event.addListener(marker, 'click', function() { infoWindow.open(map, marker); });

[Google Maps API v3] Re: Zipcode from City name

2011-11-26 Thread Marcelo
On Nov 25, 9:37 am, Adil Malik adi.shou...@gmail.com wrote: Hi, I want to get a person's Zip code. I know there City name and Country. Is there any API for this? Not that I know of, but the Google Maps API has a geocoding service that you can use, provided you display the obtained data in a

[Google Maps API v3] Re: infoWindow of marker

2011-11-26 Thread Marcelo
Look up function closure. http://econym.org.uk/gmap/closure.htm You need to create the markers in a separate function. -- Marcelo - http://maps.forum.nu -- On Nov 26, 8:42 am, john john.c...@aafa-inc.com wrote: This might be a javascript (on which I am weak) question. Here is sample code:

[Google Maps API v3] Re: zIndex

2011-11-26 Thread Marcelo
Did you try the documentation? http://code.google.com/apis/maps/documentation/javascript/reference.html#MarkerOptions -- Marcelo - http://maps.forum.nu -- On Nov 26, 7:51 am, john john.c...@aafa-inc.com wrote: I have three groups of markers which have different importance. Within the same

[Google Maps API v3] Re: MarkerManager

2011-11-26 Thread Marcelo
On Nov 25, 9:23 am, AF afils...@serif.com wrote: Why is the event handler being called twice sometimes? Probably because you're doing something wrong. How can we know? -- Marcelo - http://maps.forum.nu -- -- You received this message because you are subscribed to the Google Groups Google

[Google Maps API v3] Re: MarkerManager

2011-11-26 Thread AF
Some people on this forum write helpful insightful responces to questions some just respond with the first thing that pops into their head, I thought the question was clear enough, there is no telling what confuses people though, I will try again: If I add a marker 'dragend' event handler in

Re: [Google Maps API v3] Re: MarkerManager

2011-11-26 Thread Andrew Leach
On 26 November 2011 17:02, AF afils...@serif.com wrote: Some people on this forum write helpful insightful responces to questions some just respond with the first thing that pops into their head, I thought the question was clear enough, there is no telling what confuses people though, I will

[Google Maps API v3] Re: MarkerManager

2011-11-26 Thread Pil
On Nov 26, 6:02 pm, AF afils...@serif.com wrote: Any ideas why this is the case? ( Marcelo if you dont have any helpful comments dont waste your time and my time replying ) I have an additional wish: Please do not complain about wasting your time because posts like yours forces a complete

Re: [Google Maps API v3] Re: MarkerManager

2011-11-26 Thread AF
I'll do it instead. How can we know why this is the case? We don't know anything about your implementation - I thought only people with an insight into the markermanager would bother spending time replying, like I stated previously my implementation is the stock code with an event handler for

[Google Maps API v3] Re: MarkerManager

2011-11-26 Thread AF
Nothing like a band wagon, quick lets jump on it. Its amazing how quickly a question on a forum leaves the subject matter and just becomes noncence. I can see why you volunteer your skills though, very helpful. -- You received this message because you are subscribed to the Google Groups

Re: [Google Maps API v3] Re: MarkerManager

2011-11-26 Thread Andrew Leach
On 26 November 2011 17:57, AF afils...@serif.com wrote: I will write my own, thanks Marcelo and Andrew you have been equally helpful. Always pleased to be of service. http://catb.org/~esr/faqs/smart-questions.html#not_losing (in fact all of that is well worth reading) -- You received this

[Google Maps API v3] Re: MarkerManager

2011-11-26 Thread Marcelo
On Nov 26, 10:57 am, AF afils...@serif.com wrote: I suppose its the fundamental problem with forums open to people who have knowledge/insight and others, genuine questions will sometimes attract the attention of people with knowledge/insight and result in a helpful resolution to the problem,

Re: [Google Maps API v3] Re: MarkerManager

2011-11-26 Thread AF
Andrew not one of your replies have had anything to do with the subject matter, surely you are not replying with this rubbish just to inflate your ego, I thought you were better than that Andrew, nice to hear from you again though. -- You received this message because you are subscribed to

[Google Maps API v3] Re: MarkerManager

2011-11-26 Thread AF
Again, nothing to do with the subject matter but thanks again, you three must be what keeps Google profitable, you go guys, keep it real. -- 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

[Google Maps API v3] Re: MarkerManager

2011-11-26 Thread davie strachan
In reply to your origonal post it maybe an echo? As said in an earlier post a link (demo) as none of us are clairvoyants Regards Davie On Nov 26, 6:50 pm, AF afils...@serif.com wrote: Again, nothing to do with the subject matter but thanks again, you three must be what keeps Google

[Google Maps API v3] Re: Zipcode from City name

2011-11-26 Thread davie strachan
Hi The latest zipcode database for usa can be found here http://federalgovernmentzipcodes.us/ This may be of use instead of reverse geocoding Regars Davie On Nov 26, 3:49 pm, marcelo...@hotmail.com wrote: On Nov 25, 9:37 am, Adil Malik adi.shou...@gmail.com wrote: Hi, I want to get a

[Google Maps API v3] Re: MarkerManager

2011-11-26 Thread Rossko
Try this one : http://groups.google.com/group/google-maps-js-api-v3/browse_thread/thread/53ecf3b55950ff21/1e01076a8e16f32c Clear description of the problem, but unsolveable without a link. But given a link, solved in one hit; not even by brilliance just a second-pair-of-eyes. -- You received

Re: [Google Maps API v3] Re: MarkerManager

2011-11-26 Thread henry cox
Good Apples, Lets not let one bad one spoil us. On Sat, Nov 26, 2011 at 1:44 PM, Marcelo marcelo...@hotmail.com wrote: On Nov 26, 10:57 am, AF afils...@serif.com wrote: I suppose its the fundamental problem with forums open to people who have knowledge/insight and others, genuine

Re: [Google Maps API v3] Re: MarkerManager

2011-11-26 Thread Chris Broadfoot
On Sun, Nov 27, 2011 at 9:46 AM, Rossko ros...@culzean.clara.co.uk wrote: Try this one : http://groups.google.com/group/google-maps-js-api-v3/browse_thread/thread/53ecf3b55950ff21/1e01076a8e16f32c Clear description of the problem, but unsolveable without a link. But given a link, solved in

Re: [Google Maps API v3] Re: MarkerManager

2011-11-26 Thread Andrew Leach
On 26 November 2011 18:48, AF afils...@serif.com wrote: Andrew not one of your replies have had anything to do with the subject matter, surely you are not replying with this rubbish just to inflate your ego, I thought you were better than that Andrew, nice to hear from you again though. OK...

[Google Maps API v3] Re: zIndex

2011-11-26 Thread john
I read the doc. For those markers in the same group. I want keep the default behavior. That's my trouble comes. I could assign zIndex for each marker, but what is the proper value? -- You received this message because you are subscribed to the Google Groups Google Maps JavaScript API v3

[Google Maps API v3] Re: zIndex

2011-11-26 Thread Marcelo
On Nov 26, 6:00 pm, john john.c...@aafa-inc.com wrote: I read the doc. For those markers in the same group. I want keep the default behavior. That's my trouble comes. I could assign zIndex for each marker, but what is the proper value? proper value? If you mean what is the default value, I

[Google Maps API v3] Re: zIndex

2011-11-26 Thread geocode...@gmail.com
On Nov 26, 8:15 pm, Marcelo marcelo...@hotmail.com wrote: On Nov 26, 6:00 pm, john john.c...@aafa-inc.com wrote: I read the doc. For those markers in the same group. I want keep the default behavior. That's my trouble comes. I could assign zIndex for each marker, but what is the proper

[Google Maps API v3] Re: 2011/11/7 - New Release (3.7) - editable shapes, DrawingManager, and more

2011-11-26 Thread Bjørn Konestabo
The editable shapes are great. However it's annoying that the markers placed on the polylines are inaccessible. I have a polyline editor but I cannot let the user close the polyline to make a polygon because I cannot put a listener or the first marker. Is there a way to get hold of that marker

[Google Maps API v3] Bounding box behavior

2011-11-26 Thread Nick
Hi everyone, I already asked this question on stackoverflow, but this is probably the better place to ask: I am using Googles Map API v3. Can somebody explain the behavior of the map's bounding boxes to me? Depending on the zoom level these bounds behave weird - when I zoom in it works as

[Google Maps API v3] HELP!!!

2011-11-26 Thread Kaiming Zhao
hi there, i just want to draw any two or more lines but they're connected, for instance, i want draw a link between China and USA, and draw another line between Canada and UK. Can you do me a favor on this? Many thx!!! -- You received this message because you are subscribed to the Google Groups

[Google Maps API v3] Re: 2011/11/7 - New Release (3.7) - editable shapes, DrawingManager, and more

2011-11-26 Thread Enoch Lau (Google Employee)
Can you explain further about what you mean by letting the user close the polyline to make a polygon? -- 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