[Google Maps API v3] Re: Infowindow - Cannot paste into an input field

2010-10-12 Thread Martin
I wish they could make a similar update to custom controls. Custom controls with v3 have the same behaviour as with v2 - the right click context menu is disabled. Guess the map is catching events and not the custom control. Here's a thread relating to the problem with v2:

[Google Maps API v3] Re: Markers getting automatically added on all clicks

2010-10-12 Thread Rossko
Pl help me out. Help others to help you ... post a link to your map with the problem. Posting guidelines: http://groups.google.com/group/google-maps-js-api-v3/t/2b3f101fd509919e -- You received this message because you are subscribed to the Google Groups Google Maps JavaScript API v3 group.

[Google Maps API v3] Google Maps Geocoder

2010-10-12 Thread Niek
Hi, I am looking for a certain solution in the Google Maps JavaScript API v3, but can't figure out how to do it. Situation is as follows: I want the full address (well, I only need the zipcode and house number) of the address nearest to the point someone clicked on. I made a click event,

[Google Maps API v3] Re: Help on passing extra parameters to Geocoder

2010-10-12 Thread tansaku
Hi eszpee, Any chance you can paste the code you used to get this working? I am facing the exact same issue ... CHEERS SAM On Sep 7, 7:36 pm, eszpee esz...@gmail.com wrote: Thanks Barry, this helped! PS: Thanks for the other info too, I'm not planning anything against the TOS, it's going

[Google Maps API v3] Re: Map Geolocation

2010-10-12 Thread Jan
If you want to use the v3 geolocation example anyway, the obvious approach is to use the same v3 API to display this existing map of yours too.  Before or after, at your whim.  I guess your map is My Maps, so yes KML would be the thing to look into. Thanks for your quick reply! -- You

[Google Maps API v3] Google maps latitude and longitude format

2010-10-12 Thread VGNU Linux
Hi, In the given hyper link we have latitude and longitude as parameters. http://maps.google.com/maps?q=37.771008,+-122.41175+%28You+can+insert+your+text+here%29iwloc=Ahl=en . I am getting longitude and latitude in ddmm. format which cannot be given as parameter to the google maps URL. Can

[Google Maps API v3] Re: Google maps latitude and longitude format

2010-10-12 Thread Rossko
In the given hyper link we have latitude and longitude as parameters.http://maps.google.com/maps?q=37.771008,+-122.41175+%28You+can+insert... This is a question for the Google Maps forum, not the API group http://www.google.com/support/forum/p/maps?hl=en -- You received this message because

[Google Maps API v3] Problems displaying maps with overlays

2010-10-12 Thread Claudiamar
I have been workign with a copy of an example from google to display overlays on the maps. I want to extend it so that queries to a database will bring a new overlay tobe displayed. While working on this extension this weekend I run into the problem of my maps not being displayed correctly- the

Re: [Google Maps API v3] Re: removing a KMLlayer

2010-10-12 Thread Nathan Raley
Did you try storing it in a global variable. Before you fetch the new kml, use the .setMap for the old KML file to Null. Now store the new kml into the old variable, then redisplay? On Mon, Oct 11, 2010 at 8:24 PM, John M Phillips johnm.phillips1...@gmail.com wrote: Since soils is created

[Google Maps API v3] Re: Google Maps Geocoder

2010-10-12 Thread SmirkingMan
It depends on where you are looking. Here in Europe, house numbers are frequently missing outside builtup areas. In the middle and far east, house numbers are rare, and practically non-existent in the eastern block. This is understandable and due to the quality of the underlying data, not the

[Google Maps API v3] Re: Google Maps Geocoder

2010-10-12 Thread Niek
It is Europe only. To be more precise: NL only. It is used only on area's with population. Either houses, or business buildings On Oct 12, 3:17 pm, SmirkingMan maurice.calv...@gmail.com wrote: It depends on where you are looking. Here in Europe, house numbers are frequently missing outside

[Google Maps API v3] Re: I want all waypoints between a start(source address ) and end(destination address)

2010-10-12 Thread Grok Lobster
http://code.google.com/apis/maps/documentation/javascript/reference.html#PolylineOptions On Oct 11, 9:25 pm, Aiswarya krishna aishkrish8...@gmail.com wrote:     Using a Source address and a destination address ,i want all waypoints using javascript... pls help me -- You received this message

[Google Maps API v3] Re: I want all waypoints between a start(source address ) and end(destination address)

2010-10-12 Thread Grok Lobster
Also, take a look at http://code.google.com/apis/maps/documentation/javascript/reference.html#DirectionsStep On Oct 12, 6:47 am, Grok Lobster discgolfm...@gmail.com wrote: http://code.google.com/apis/maps/documentation/javascript/reference.h... On Oct 11, 9:25 pm, Aiswarya krishna

[Google Maps API v3] Re: Finding nearby locations

2010-10-12 Thread Esa
See 'findNearby' services of GeoNames http://www.geonames.org/export/ws-overview.html -- 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

[Google Maps API v3] Re: clear markers

2010-10-12 Thread jd
great! this works perfectly. thanks for helping me out Larry! On Oct 11, 4:59 pm, geocode...@gmail.com geocode...@gmail.com wrote: On Oct 11, 3:42 pm, jd du...@water.ca.gov wrote: not sure what you mean. been away from javascript and google maps for awhile. can you provide an example

[Google Maps API v3] Re: Clickable OverlayView? (like InfoWindow)

2010-10-12 Thread Esa
See this thread http://groups.google.com/group/google-maps-js-api-v3/browse_thread/thread/ef6e8e2942421bab/ff3739505eb833df -- 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: Clickable OverlayView? (like InfoWindow)

2010-10-12 Thread Daniel
Thanks, this fixed my issue perfectly! On Oct 12, 8:49 am, Esa esa.ilm...@gmail.com wrote: See this threadhttp://groups.google.com/group/google-maps-js-api-v3/browse_thread/th... -- You received this message because you are subscribed to the Google Groups Google Maps JavaScript API v3

[Google Maps API v3] Re: Problems rendering maps

2010-10-12 Thread Esa
In your CSS: #mainContent img{ float: right ; margin: 0.2em 0.2em 0.8em 0.3em; min-width: 565px; background-color: #ff; } Those rules apply to images on your map too. -- You received this message because you are subscribed to the Google Groups Google Maps

[Google Maps API v3] Re: Map click event does not fire on V3.2 with iPhone

2010-10-12 Thread Chris C
Chris Broadfoot: Any feedback from you on the iPad and iPod touch not generating the map click event? This is the last element for me to finish a large mobile application and I would like to know if its obtainable or if I need to make other plans (if possible). On Oct 8, 3:19 pm, Chris C

[Google Maps API v3] Locate User OnLoad

2010-10-12 Thread Moogoo
I'm having trouble getting a map to locate the user who is requesting my web page. I found a tutorial on how to do this for someone who is using a computer instead of a cell phone, but I can't find that tutorial anymore. Here is the code I'm using, maybe the answer is in my syntax. Thanks for

Re: [Google Maps API v3] Re: Map click event does not fire on V3.2 with iPhone

2010-10-12 Thread Luke Mahé
Chris C As Chris said, from his tests he cannot see any problems, so you will need to provide a link to your example that demonstrates the issue otherwise no one can help you. -- Luke On Wed, Oct 13, 2010 at 6:51 AM, Chris C 1952m...@gmail.com wrote: Chris Broadfoot: Any feedback from you

[Google Maps API v3] Re: v3 streetview wall position?

2010-10-12 Thread roberto.cr
lol I'm sorry for the double post! I remember I posted this question somewhere, but couldn't find my own topic here again Are there any plans for the API to give that info for me? (hasn't it been done yet because of other priorities or is it google's wish not to give this info?) On Oct 7, 8:38 

[Google Maps API v3] Locations within Boundaries

2010-10-12 Thread Matu
I'm new to the Google Map API scene. I'm trying to create a map that contains boundary information. Then if someone searches for their address, they would be able to quickly see which boundary they are within. An example of how this might be used would be school boundaries. Any ideas? -- You

[Google Maps API v3] Line: 20 Error: '__e3_' is null or not an object???

2010-10-12 Thread Simon Chan
Hello, I am receiving an intermittent error that reads Line: 20 Error: '__e3_' is null or not an object from IE8 on the following pages: http://ashton.zenwebsystems.com/showhomes.aspx http://ashton.zenwebsystems.com/communities.aspx This error is not consistently raised each time I visit the

[Google Maps API v3] Re: Map click event does not fire on V3.2 with iPhone

2010-10-12 Thread Chris C
Luke. Read my reponse. My iPad and IPod touch do not work with the example Chris provided. If you have an IOS device you can test too. http://code.google.com/apis/ajax/playground/#event_simple_v3 On Oct 12, 3:15 pm, Luke Mahé lu...@google.com wrote: Chris C As Chris said, from his tests he

[Google Maps API v3] Re: Locations within Boundaries

2010-10-12 Thread geocode...@gmail.com
On Oct 12, 2:43 pm, Matu matu.dnorth...@gmail.com wrote: I'm new to the Google Map API scene.  I'm trying to create a map that contains boundary information.  Then if someone searches for their address, they would be able to quickly see which boundary they are within.  An example of how this

Re: [Google Maps API v3] Re: Map click event does not fire on V3.2 with iPhone

2010-10-12 Thread Chris Broadfoot
Hi Chris, I've tried the demo on an iPad and it works as expected: http://goo.gl/algU My iPad version is 3.2 (7B367) My iPhone is a 3GS and the firmware version is 4.0.1 (8A306) I've tried the sample page under the iPhone simulator for the iPad, iPhone and iPhone4, and it works here as well.

[Google Maps API v3] Map not working in tabs

2010-10-12 Thread ToddyBoy
I have read countless threads in this group but have not been able to get my map to display correctly. The problem is that the map is displayed inside a tab which is initially hidden when the page is loaded. I have placed the map and tab code directly into the page, same external files and

[Google Maps API v3] Re: Map click event does not fire on V3.2 with iPhone

2010-10-12 Thread Chris C
OK. I built a little mini app with some iPhone specifics and it works fine. Not sure why the test that Chris B put up on the sandbox did not work for me. I will amend my issue to say its resolved. This was my mini app !DOCTYPE html html head meta charset=UTF-8 / meta name=viewport

[Google Maps API v3] Re: Minimum Zoom Level

2010-10-12 Thread Bryan Richardson
This was a great solution Larry. Thank you so much for your help. On Oct 5, 12:49 am, geocode...@gmail.com geocode...@gmail.com wrote: On Oct 4, 7:47 pm, Bryan Richardson btri...@gmail.com wrote: Ah yes, the fact that Maps v3 is event-based explains my problem. I must have missed that piece