Re: [Google Maps API v3] Typo error on your website

2011-02-23 Thread Luke Mahé
Thanks for letting us know, this has been fixed. -- Luke On Thu, Feb 24, 2011 at 5:21 AM, ravish_hacker wrote: > Hi, > > Please refer the Geocoding API page. Just below the XML output of XML > output format section it says "Zero of more " (bullet point 2) > which i believe should be "Zero or mor

Re: [Google Maps API v3] PegMan StreetView problem

2011-02-23 Thread Ben Appleton
This issue is fixed. The change should go live next week. Thanks Ben On Thu, Feb 24, 2011 at 9:16 AM, Ben Appleton wrote: > Haha, how silly. We'll fix that. > > Thanks > Ben > > On Wed, Feb 23, 2011 at 11:27 PM, Chewbacca wrote: > >> Hi, >> my problem is that after return from streetview panel

[Google Maps API v3] please how to import kml of local drive into google earth

2011-02-23 Thread 育成 郭
HI ,All I want to know if any method (API CODE) to import kml into google earth ! Please teach me!!! -- 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-v3@googlegroups.com. T

[Google Maps API v3] Re: My custom markers are not visible with IE

2011-02-23 Thread geocode...@gmail.com
On Feb 23, 5:32 pm, Jonathan78 wrote: > An example more simple of the problem > athttp://test.tiendeo.es/vista_tienda.aspx?tie_id=472 > the marker does not show up on Internet Explorer. Your html is invalid. Most of the errors probably don't matter, but some could: http://validator.w3.org/chec

[Google Maps API v3] Re: Checking to see if LatLng is within polygon overlay

2011-02-23 Thread Rossko
>  I need to know > specifically how to check if a coordinate location is within any polygons. Search this group for "point in polygon" http://groups.google.com/group/google-maps-js-api-v3/search?group=google-maps-js-api-v3&q=point+in+polygon -- You received this message because you are subscrib

[Google Maps API v3] Re: Can someone walk me through getting my Google spreadsheet lat/longitudes into a Google map?

2011-02-23 Thread Esa
> From your code, it seems like the zoom extents are based on > where the markers that are most wide apart are. Exactly. The last line of populateMap() map.fitBounds(markerBounds); makes that. If you delete that line, you have to give both 'center' and 'zoom' in mapOpts. I can see, you have z

[Google Maps API v3] Re: Can someone walk me through getting my Google spreadsheet lat/longitudes into a Google map?

2011-02-23 Thread Esa
> From your code, it seems like the zoom extents are based on > where the markers that are most wide apart are. > Exactly. The last line of populateMap() map.fitBounds(markerBounds); makes that. If you delete that line, you have to give both 'center' and 'zoom' in mapOpts. I can see, you ha

Re: [Google Maps API v3] Re: Multiple Marker Arrays

2011-02-23 Thread Hank Beatty
On 2/23/2011 8:40 PM, Esa wrote: I don't think that this loop will scan: for (var i; i< markers[clearthis].length; i++) { markers[clearthis][i].setMap(null); } You have to set a numeric value for i You have setMap(null); also in showOverlays(); The second one

[Google Maps API v3] Checking to see if LatLng is within polygon overlay

2011-02-23 Thread Darkray16
When a user clicks on the map, I want to check to see if there is a polygon at the specified latitude and longitude of the click point. I know that I could just add an event listener to the polygon, but that wouldn't work for my situation as there will be many overlapping polygons. I need to k

[Google Maps API v3] Re: Multiple Marker Arrays

2011-02-23 Thread Esa
I don't think that this loop will scan: for (var i; i < markers[clearthis].length; i++) { markers[clearthis][i].setMap(null); } You have to set a numeric value for i You have setMap(null); also in showOverlays(); The second one was easier to find. -- You received

[Google Maps API v3] Multiple Marker Arrays

2011-02-23 Thread Hank Beatty
Hello, I'm trying to create a map that has multiple marker arrays so the I can hide and show them with the click of a button. I think I'm close but, I can't quite seem to get it. My test page is located at http://quasar.spacenet.com/mapTest.html Any help would be greatly appreciated. Thanks

[Google Maps API v3] Re: V3 Adding Marker Clustering

2011-02-23 Thread geocode...@gmail.com
On Feb 23, 4:48 pm, "geocode...@gmail.com" wrote: > On Feb 23, 3:30 pm, Ryan Gmail wrote: > > > Ok can you help me with that implementation. > > Read the documentation. > Take one of the examples, copy it to your server, make it work as is. > Change it to use your data. Another option would be t

[Google Maps API v3] Re: help need to understand (Using PHP/MySQL with Google Maps)

2011-02-23 Thread qcwebdev
trought all different programming language there so many exeption to know sometimes i missed a few... thanks for advice -- 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-v3@

Re: [Google Maps API v3] Re: Marker not-clickable on iPad Safari Interface

2011-02-23 Thread Carlos Rivero
Thanks for checking this issue for me. I will change the code and remove the mouseover event handler. On Wed, Feb 23, 2011 at 2:33 PM, Esa wrote: > I made some further testing and I confirm your observation. Touching a > marker with iPad triggers 'mouseover' with api v=3.3 . It means that > api

[Google Maps API v3] Re: Map doesn't load when touching Object.prototype in any browser

2011-02-23 Thread Esa
The main danger in adding stuff to Object.prototype is that for-in loops return unexpected results (if you forgot filtering). The error seems to take place in a for-in loop for(var e in d)Ic(c,d[e]) -- You received this message because you are subscribed to the Google Groups "Google Maps Jav

[Google Maps API v3] Re: places API

2011-02-23 Thread Rossko
> I have registered for the places api with my adsense ID but i do not > understand the issue is its been a month and i am still trying to get > the API. Related discussions http://groups.google.com/group/google-maps-js-api-v3/search?group=google-maps-js-api-v3&q=places+api "you are not alone" --

[Google Maps API v3] Re: My custom markers are not visible with IE

2011-02-23 Thread Jonathan78
An example more simple of the problem at http://test.tiendeo.es/vista_tienda.aspx?tie_id=472 the marker does not show up on Internet Explorer. On 23 feb, 17:09, Jonathan78 wrote: > Hello, > > I'm having trouble to see my custom markers on the map. This problem > happens only in IE (6, 7 and 8). >

[Google Maps API v3] Re: Update 3.4 Controls/visuals issue

2011-02-23 Thread Rossko
> Upon visiting maps.google.com neither the images or controls load. maps.google com doesn't use this Maps API, so doesn't use 3.4 maps.google.com support group is at http://www.google.com/support/forum/p/maps?hl=en -- You received this message because you are subscribed to the Google Groups "

[Google Maps API v3] Re: Marker not showing error on line 32 of main.js

2011-02-23 Thread Rossko
> Link to my site : test.tiendeo.es You've got multiple with the same id, this looks relevant to maps -- 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-v3@g

[Google Maps API v3] Re: help need to understand (Using PHP/MySQL with Google Maps)

2011-02-23 Thread Rossko
> iv type (long) instead of (lng) Careful with 'long' ; it is a reserved word in many scripting languages -- 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-v3@googlegroups.c

[Google Maps API v3] Re: Error in Firefox: "Operation is not supported", Code 9

2011-02-23 Thread Rossko
> It's where it wants to call document.write. I thought this was > disallowed by now? Disallowed by whom? If you do want the API loader to avoid use of document.write, you can use an alternative loading method as described in the docs http://code.google.com/apis/maps/documentation/javascript/basic

Re: [Google Maps API v3] PegMan StreetView problem

2011-02-23 Thread Ben Appleton
Haha, how silly. We'll fix that. Thanks Ben On Wed, Feb 23, 2011 at 11:27 PM, Chewbacca wrote: > Hi, > my problem is that after return from streetview panel, the "pegman" is > still over map when i use an ImageMapType. > When we use "standard" basemaps (ex: > google.maps.MapTypeId.ROADMAP), th

Re: [Google Maps API v3] Re: Map doesn't load when touching Object.prototype in any browser

2011-02-23 Thread Michael Geary
> > > Touching prototype of native Object is also very fragile and basically > > forbidden by most javascript gurus I have read. It can break anything. > > But why should it? And if I choose a free name for the new function, > then why should anybody bother? Google Maps API must be investigating >

[Google Maps API v3] Re: Map doesn't load when touching Object.prototype in any browser

2011-02-23 Thread geocode...@gmail.com
On Feb 23, 4:16 pm, Yves wrote: > On 23 Feb., 21:52, Esa wrote: > > > The recommended document type by the documentation is HTML5 > >   > > > If you mean pure XHTML with media type 'application/xhtml+xml'. I know > > that is very fragile but why even try to use it? > > It will reveal any mistake

[Google Maps API v3] Re: V3 Adding Marker Clustering

2011-02-23 Thread geocode...@gmail.com
On Feb 23, 3:30 pm, Ryan Gmail wrote: > Ok can you help me with that implementation. Read the documentation. Take one of the examples, copy it to your server, make it work as is. Change it to use your data. Let us know where you run into problems. -- Larry > > On 2/23/2011 3:13 PM, geocode..

[Google Maps API v3] Re: Map doesn't load when touching Object.prototype in any browser

2011-02-23 Thread Yves
On 23 Feb., 21:52, Esa wrote: > The recommended document type by the documentation is HTML5 >   > > If you mean pure XHTML with media type 'application/xhtml+xml'. I know > that is very fragile but why even try to use it? It will reveal any mistake I make writing the page, like forgetting to clo

[Google Maps API v3] Re: Error in Firefox: "Operation is not supported", Code 9

2011-02-23 Thread Yves
Nevermind, I changed the content type from what is recommended for XHTML to text/html and then it worked. -- 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-v3@googlegroups.co

[Google Maps API v3] Re: Map doesn't load when touching Object.prototype in any browser

2011-02-23 Thread Esa
The recommended document type by the documentation is HTML5 If you mean pure XHTML with media type 'application/xhtml+xml'. I know that is very fragile but why even try to use it? Touching prototype of native Object is also very fragile and basically forbidden by most javascript gurus I have r

Re: [Google Maps API v3] Re: V3 Adding Marker Clustering

2011-02-23 Thread Ryan Gmail
Ok can you help me with that implementation. On 2/23/2011 3:13 PM, geocode...@gmail.com wrote: On Feb 23, 10:54 am, Ryan Gmail wrote: http://gotransform.com/maps/phpsqlajax_map.htm I tried code from the link you requested but nothing works and i uploaded .js file to server also. Let me know w

Re: [Google Maps API v3] help need to understand (Using PHP/MySQL with Google Maps)

2011-02-23 Thread qcwebdev
Works fine now all my excuse iv type (long) instead of (lng) Thanks you -- 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-v3@googlegroups.com. To unsubscribe from this group

[Google Maps API v3] Re: using get&watch position

2011-02-23 Thread Esa
navigator.geolocation.watchPosition() is triggered only when the location changes. So you have to test it with a mobile device. Testing with a desktop means just endless waiting:) Just noticed that Firefox 3.6 returns more than just 'coords' now. It returns also 'address' object with properties

[Google Maps API v3] Re: V3 Adding Marker Clustering

2011-02-23 Thread geocode...@gmail.com
On Feb 23, 10:54 am, Ryan Gmail wrote: > http://gotransform.com/maps/phpsqlajax_map.htm > > I tried code from the link you requested but nothing works and i > uploaded .js file to server also. Let me know what you think. I see the MarkerCluster script being included, but I don't see any attempt t

[Google Maps API v3] Re: Error in Firefox: "Operation is not supported", Code 9

2011-02-23 Thread geocode...@gmail.com
On Feb 23, 10:41 am, Yves wrote: > When I include the Google Maps API JavaScript in my web page, it > breaks everything. Firebug logs the following cryptic error message: > > Operation is not supported" code: "9 > ' type="text/javascript"><' + '/script>'); > > The error occurs in "js?sensor=false"

[Google Maps API v3] Marker not showing error on line 32 of main.js

2011-02-23 Thread Maria Martín Villaró
Hi , I don t get to see the marker on the map and I get following javascript error . I get the error just sometimes . Link to my site : test.tiendeo.es Detalles de error de página web Agente de usuario: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0; Trident/4.0; SLCC1; .NET CLR 2.0.50727; Me

[Google Maps API v3] Map doesn't load when touching Object.prototype in any browser

2011-02-23 Thread Yves
I finally managed to work out how to get those Google Maps to work. XHTML doesn't seem to have reached Google yet so I cannot use it when I want a map. Too bad. (FTR: Don't ever try to deliver web pages with any other content type than text/html. You only lose document checking, but you get maps -

[Google Maps API v3] Typo error on your website

2011-02-23 Thread ravish_hacker
Hi, Please refer the Geocoding API page. Just below the XML output of XML output format section it says "Zero of more " (bullet point 2) which i believe should be "Zero or more ". Regards ravish.hacker -- You received this message because you are subscribed to the Google Groups "Google Maps J

[Google Maps API v3] My custom markers are not visible with IE

2011-02-23 Thread Jonathan78
Hello, I'm having trouble to see my custom markers on the map. This problem happens only in IE (6, 7 and 8). It works fine in firefox, Safari and Chrome. A javascript error happens: Line: 32 Caracter: 1035 Code: 0 Error message: Not specified URL: http://maps.gstatic.com/intl/es_es/mapfiles/api-

Re: [Google Maps API v3] Re: V3 Adding Marker Clustering

2011-02-23 Thread Ryan Gmail
http://gotransform.com/maps/phpsqlajax_map.htm I tried code from the link you requested but nothing works and i uploaded .js file to server also. Let me know what you think. On 2/23/2011 12:05 AM, geocode...@gmail.com wrote: On Feb 22, 2:26 pm, RBertalotto wrote: link to map =http://www.got

[Google Maps API v3] Error in Firefox: "Operation is not supported", Code 9

2011-02-23 Thread Yves
When I include the Google Maps API JavaScript in my web page, it breaks everything. Firebug logs the following cryptic error message: Operation is not supported" code: "9 ' type="text/javascript"><' + '/script>'); The error occurs in "js?sensor=false" (line 9). This is Google's code. It's where i

[Google Maps API v3] Update 3.4 Controls/visuals issue

2011-02-23 Thread R. Patton
I'm a Desktop Technician trying to assist one of my employees. He uses Google maps directly from Google, and found yesterday that it is no longer functioning. He's using a XP SP3 Machine and Internet Explorer 7. Upon visiting maps.google.com neither the images or controls load. The continent level

[Google Maps API v3] places API

2011-02-23 Thread Dharmang
I have registered for the places api with my adsense ID but i do not understand the issue is its been a month and i am still trying to get the API. whenever i try to get api i get up the form to fill. is there any chances available for the release of the API soon ? -- You received this message be

[Google Maps API v3] Re: Display of numerous markers on google maps v3

2011-02-23 Thread Rossko
> I am attempting to generate a countrywide asset managment system for > display on google maps v3 e.g public lighting columns, traffic > signals, pipe network.  My idea is to have one huge XML file from > which I KML sublayer using XSLT transforms. Guessing we are talking many thousands of point

[Google Maps API v3] Re: Marker not-clickable on iPad Safari Interface

2011-02-23 Thread Esa
I made some further testing and I confirm your observation. Touching a marker with iPad triggers 'mouseover' with api v=3.3 . It means that api v3.3 converts 'touchstart' to 'mouseover'. Still I discourage using mouseover on marker. -- You received this message because you are subscribed to the

[Google Maps API v3] Re: using get&watch position

2011-02-23 Thread fireofhellx
thanks for that but still having issues with using both together. i have sort of got them both working but now i cant get a marker to go on the map (i think im just being dull) but here is wht i have done (ive most likely gone about this the wrong way but im new to all this and it sort of works)

[Google Maps API v3] Re: Marker not-clickable on iPad Safari Interface

2011-02-23 Thread Esa
You should avoid using 'mouseover' event if you want your page to be touch device compatible. There is no 'mouseover' with mobile clients. It is not a very good idea to use 'mouseover' on Marker to open infowindow after all. Another misbehavior occurs on desktop when you have a lot of markers. Ope

Re: [Google Maps API v3] help need to understand (Using PHP/MySQL with Google Maps)

2011-02-23 Thread Andrew Leach
On 23 February 2011 16:34, qcwebdev wrote: > So surely its on the html doc No, it's the data. http://www.ma117.info/phpsqlajax_genxml3.php > Do you see something wrong... > do i have to  paste code here Please don't post code. A url is great, and allows us to find the problem. In fact it's not

Re: [Google Maps API v3] Can you force geo coordinats to keep a point(.) as decimal point?

2011-02-23 Thread LarsM
Thanks Andrew! the quick solution seems to be just to use *strings instead of numbers*. wPosLat="59.32564" goes nicely into *center: new google.maps.LatLng(<%=wPosLat%>,<%=wPosLong%>),* ** *and transfers perfect into* ** center: new google.maps.LatLng(59.32564,18.07087), /LarsM

[Google Maps API v3] help need to understand (Using PHP/MySQL with Google Maps)

2011-02-23 Thread qcwebdev
Ok im now weblive to understand tutorial Using PHP/MySQL with Google Maps the XML doc generat well (phpsqlajax_genxml3.php)...i can echo it But no marker show up So surely its on the html doc Do you see something wrong... do i have to

Re: [Google Maps API v3] Can you force geo coordinats to keep a point(.) as decimal point?

2011-02-23 Thread Andrew Leach
On 23 February 2011 15:51, LarsM wrote: > I hesitate to bring this up here because this is maybe not a Google Map API > V3 problem, but maybe more an ASP problem. It is an ASP problem, which means that you probably won't get the solution here, although it may be possible to point you in the right

[Google Maps API v3] Can you force geo coordinats to keep a point(.) as decimal point?

2011-02-23 Thread LarsM
I hesitate to bring this up here because this is maybe not a Google Map API V3 problem, but maybe more an ASP problem. *Please* ignore this if you only want to deal with API V3 issues! Usually all GPS positions have a point (.) as a decimalpoint. But in one occasion my map flips away to

[Google Maps API v3] Re: LatLon to Pixel

2011-02-23 Thread Martin Matysiak
That's why I hinted two times at the fact that the image has to be linear in order that these calculation may work. The thread starter didn't mention on which image the calculations shall be done, that's why I pointed out one way that could work under certain circumstances. He or she never said

Re: [Google Maps API v3] Directions to point from current position issue

2011-02-23 Thread Paulo Fernandes
Hi READ THE POSTING GUIDELINES After that, take a look at this link http://www.pjtecnologia.com.br/maps/exemplos/directions-with-preset-destination.html Paulo Fernandes http://www.google.com/profiles/paulofernandesjr http://twitter.com/paulofernandesj +55 11 9797-5974 On Wed, Feb 23, 2011 at

[Google Maps API v3] Display of numerous markers on google maps v3

2011-02-23 Thread Francis Moran
I am attempting to generate a countrywide asset managment system for display on google maps v3 e.g public lighting columns, traffic signals, pipe network. My idea is to have one huge XML file from which I KML sublayer using XSLT transforms. I would appreciate any views on this, and any ideas on h

[Google Maps API v3] Re: For 300+ markers, should I use MsAccess, KLM or Google Fusion Tables?

2011-02-23 Thread bratliff
> so, CANVAS tiles don't have the limitations. Which is nice! > Seems to be better than Fusion tables. > > I don't have a clue what you are talking about. > I don't yet get what Fusion tables is. See the following demo: http://www/polylib.us/polycluster/airports with several thousand light w

[Google Maps API v3] Re: LatLon to Pixel

2011-02-23 Thread bratliff
On Feb 23, 12:39 pm, Martin Matysiak wrote: > I think it depends on the image you are using. Is the scale linear in both > directions (vertical and horizontal)? Then it should be simple mathematics. > > dX = X2 - X1 = e.g. 42 > dLon = Lon2 - Lon1 = e.g. 21 > > LonPerPixel = dLon / dX = 0.5 > > Tha

[Google Maps API v3] Re: LatLon to Pixel

2011-02-23 Thread Martin Matysiak
I think it depends on the image you are using. Is the scale linear in both directions (vertical and horizontal)? Then it should be simple mathematics. dX = X2 - X1 = e.g. 42 dLon = Lon2 - Lon1 = e.g. 21 LonPerPixel = dLon / dX = 0.5 That means, each pixel (in a linear scaled image!) represents

[Google Maps API v3] PegMan StreetView problem

2011-02-23 Thread Chewbacca
Hi, my problem is that after return from streetview panel, the "pegman" is still over map when i use an ImageMapType. When we use "standard" basemaps (ex: google.maps.MapTypeId.ROADMAP), there´s no problem, it´s only when we use an ImageMapType, any suggest? This happen also on this example:

[Google Maps API v3] Re: google map and slimbox

2011-02-23 Thread Martin Matysiak
You're welcome ;-) Great to hear it is working! As for the propagation issue, it is fully optional. So basically you *can* implement it if some wrapping elements also have listeners that should not be called if you click on the image, but generally you *do not have to*. As you have less code whe

[Google Maps API v3] Emulating "ellipsis" function in maps.google.com with the streetview v3 javascript api

2011-02-23 Thread Bo Victor Thomsen
To the list - In a maps.google.com - Streetview mode, you have a "ellipsis" object that follows the mouse pointer. When you left-click, the viewing position in streetview changes to the position where you left-clicked. Is it possible, using the v3 api, to emulate this function ? Regards Bo Victo

[Google Maps API v3] Directions to point from current position issue

2011-02-23 Thread J_Mo
Hi, I am a bit of a novice when it comes to JS and I am trying to work out a small app for my website which enables the user to get directions to me from his/her current position. I have the first part working (get current position) but not the second (get directions). I could be way out here,

[Google Maps API v3] Re: Do you need two Google id's when developing?

2011-02-23 Thread LarsM
ok, I mean this key: http://maps.google.com/maps?file=api&v=2&sensor=false&key=ABQIPDUET0Qt7p2VcSk6JNU1sBSM5jMcmVqUpI7aqV44cW1cEECiThQYkcZUPRJn9vy_TWxWvuLoOfSFBw"; type="text/javascript"> I tried to remove the key, and then no map opened. So I guess it has to be there

[Google Maps API v3] Re: Custom streetview panrama on multiple marker InfoWindow

2011-02-23 Thread geocode...@gmail.com
On Feb 23, 5:34 am, Hossain Arif wrote: > I want to display custom streetview panorama image on the popup InfoWindow > of multiple markers. The panorama image displays properly for the first > marker that I click. But the custom panorama does not display in the > InfoWindow of the other markers. I

[Google Maps API v3] Re: For 300+ markers, should I use MsAccess, KLM or Google Fusion Tables?

2011-02-23 Thread LarsM
hehe, so, CANVAS tiles don't have the limitations. Which is nice! Seems to be better than Fusion tables. I don't have a clue what you are talking about. I don't yet get what Fusion tables is. But this is not your fault. /Lars M -- You received this message because you are subscribed to

[Google Maps API v3] Beginner

2011-02-23 Thread Daydreamerz
Hi All, Can anyone guide me how to start using this API v3 . I was trying to find all the stores( for suppose Wal-mart) from a address in 20 miles radius, While I was going through the help docs I'm not understanding where to start. I'm integrating this with OBIEE so is there any material

[Google Maps API v3] Re: For 300+ markers, should I use MsAccess, KLM or Google Fusion Tables?

2011-02-23 Thread bratliff
Fusion tables produce image tiles. CANVAS tiles provide similar performance without the limitations. Their shapes are clickable. Their styles can be changed quickly, easily, dynamically. -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3

[Google Maps API v3] Re: "Unspecified error" with new version

2011-02-23 Thread nickers
Thanks for the help Rossko - I'll check those out (particularly the last point). -- 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-v3@googlegroups.com. To unsubscribe from t

[Google Maps API v3] Re: GEvent.addListener()

2011-02-23 Thread Rossko
> can u please tell me the relevant method to place > the given below code. > GEvent.addListener(marker,"click",function(){...}); Perhaps you missed it in the documentation http://code.google.com/apis/maps/documentation/javascript/events.html or the examples http://code.google.com/apis

[Google Maps API v3] Re: Do you need two Google id's when developing?

2011-02-23 Thread Rossko
> Now and then I get a message like *'this Google id is not working for this > ip, signup for one'*. v3 Maps API doesn't have heys. It can have paid-for client IDs. I would suggest making a more careful note of the exact message next time it happens, so that we might make a better guess where it

[Google Maps API v3] Do you need two Google id's when developing?

2011-02-23 Thread LarsM
Sorry if this is posted in the wrong forum, could not find any better.. Now and then I get a message like *'this Google id is not working for this ip, signup for one'*. I have one ip for my developer computer (localhost) and one ip for my web server. (and my local ip is also dynamic.. c

[Google Maps API v3] Re: 2011/2/22 - New Release

2011-02-23 Thread sgiddings
The implementation for issue 2860 is not acceptable. The issue was to have the pixelBounds object documented and its property names officially fixed. The object - pixelBounds - represents the pixel dimensions of an object. It is seen as being needed notably for markers where it provides dimension o