Sent from my iPad
On 29/12/2011, at 07.49, [email protected] wrote: > Today's Topic Summary > Group: http://groups.google.com/group/google-maps-js-api-v3/topics > > Static Map URL gives 500 error [2 Updates] > MVCObject: initialization and bulk updates [1 Update] > Google Distance Matrix [2 Updates] > Streetview quotas [1 Update] > map.getBoundsZoomLevel replacement? [2 Updates] > get polyline point index [4 Updates] > Automatic shadows? [1 Update] > Need some help with markers / iteration! [3 Updates] > Vertical scrollbar in InfoWindow [2 Updates] > KML file [2 Updates] > Limiting Google Maps to a specific country [3 Updates] > Quick Noob Q [1 Update] > Google Maps API v3 & InfoBubble() Tabs [3 Updates] > Again: About the size of infowindows [1 Update] > We could not calculate directions between Place A and Place B [1 Update] > getting city streets list in autocompleter result ? [1 Update] > Static Map URL gives 500 error > Swanand Kriyaban <[email protected]> Dec 28 04:55PM -0800 > > Hello, > I am using the following URL to get a static image, but I get a 500 error. > Please help > ...more > "[email protected]" <[email protected]> Dec 28 09:09PM -0800 > > > > You can replace the localhost image references with any valid custom image > > URL, and it still does not work. > > > TIA > > Have you tried a shorter path? It does work without the icons. > ...more > MVCObject: initialization and bulk updates > Chris Broadfoot <[email protected]> Dec 29 11:54AM +1100 > > > > Is there a better to way to handle object initialization? > > Add the listeners *after* you've called setValues. > > For #2, if various _changed events trigger the same listener, you could > ...more > Google Distance Matrix > Layton Miller <[email protected]> Dec 27 04:12PM -0800 > > So, we're developing a platform that is supposed to figure out how far > one zip code is from the nearest surrounding group of registered > client addresses. Basically, a user comes to the site, enters ...more > Chris Broadfoot <[email protected]> Dec 29 11:51AM +1100 > > Unfortunately not. The terms of service are quite explicit about this, as > you found. > > Of course, my suggestion is to use a Google map to display the results of > any services you're using :) > > -- ...more > Streetview quotas > "[email protected]" <[email protected]> Dec 28 03:33PM -0800 > > Thanks but that was the first place I looked and I've searched all the > forums too. The reason for this doubt is I don't understand why the > Streetview Image API is charged seperately when lots of ...more > map.getBoundsZoomLevel replacement? > David Karger <[email protected]> Dec 28 01:49PM -0800 > > It appears that the getBoundsZoomLevel method from v2 is not available in > v3. Is there a replacement I can use to tell me what zoom level I will > need to fit given bounds in view? PanToBounds ...more > sb <[email protected]> Dec 28 02:01PM -0800 > > fitBounds might be what you are looking for. > > http://srsz750b.appspot.com/api3/fitbounds.html > > ...more > get polyline point index > massimo bastianon <[email protected]> Dec 28 02:22AM -0800 > > I attached the polyline mouseover event, but the event.latLng returned > is different than any polyline point.. > > Is there a way to get index of a point inside a polyline? > > a sample here: ...more > Marcelo <[email protected]> Dec 28 08:35AM -0800 > > > > Is there a way to get index of a point inside a polyline? > > A polyline, (for example of a single straight line), has only two > points in its path array, (the two end points). Everything in ...more > Marcelo <[email protected]> Dec 28 08:44AM -0800 > > Here's another example (V3): > http://maps.forum.nu/v3/gm_directions.html > > Get directions and then move the mouse over the elevation chart. > This is using an array, (internal to the chart), to hold ...more > sb <[email protected]> Dec 28 01:58PM -0800 > > This example has a click event. Easy to change to a mouseover. > http://srsz750b.appspot.com/api3/polylines-multiple.html > > ...more > Automatic shadows? > David Karger <[email protected]> Dec 28 01:52PM -0800 > > If you want your shadow to reflect the icon's transparency it's more > challenging. But if you just want a uniformly grey shadow, you can get it > by drawing "over" the icon using "destination-in" ...more > Need some help with markers / iteration! > Michael Drayson <[email protected]> Dec 28 12:33PM -0800 > > Hello all, > > I am a relative newbie, and have been recently trying to get to grips with > the Google Maps v3 API. > > I'm hoping someone here will be kind enough to take pity and help me with > ...more > davie <[email protected]> Dec 28 01:06PM -0800 > > Hi Michael > Why try to reinvent the wheel see > http://code.google.com/apis/maps/articles/phpsqlsearch_v3.html. > You might not need the "function searchLocations()" as you are > centering your map at ...more > Marcelo <[email protected]> Dec 28 01:25PM -0800 > > > > I'm hoping someone here will be kind enough to take pity and help me with > > some difficulty I am having. > > > First, let me set the scene. ... > > If you cut to the chase you'll help us help ...more > Vertical scrollbar in InfoWindow > wwwcoderougecom <[email protected]> Dec 28 12:32PM -0800 > > Hi there, > > I want to get rid off that vertical scrollbar. I Googled it and find a > bunch of answers that I tried in my code and nothing seems to works. > Same with what I've found here. ...more > xelawho <[email protected]> Dec 28 12:50PM -0800 > > I'm guessing this is an IE-only related problem - FF shows your > infowindows fine and Opera first makes them with scrollbars but then > resizes them without. > > I doubt it will fix your problem, but IE ...more > KML file > elgwiedo <[email protected]> Dec 28 06:12AM -0800 > > Dear > > what library is there currently existing to display content of KML > files ? > > thx > Guido > ...more > Rossko <[email protected]> Dec 28 12:14PM -0800 > > > what library is there currently existing to display content of KML > > files ? > > You could try the documentation > http://code.google.com/apis/maps/documentation/javascript/layers.html#KMLLayers > ...more > Limiting Google Maps to a specific country > Avinash Javaji <[email protected]> Dec 28 07:37AM -0800 > > Thank you for your response. I have seen that example. I agree it is > one of the best solutions available. However it isn't all that great. > When you zoom or pan around, it takes a while to show the ...more > Marcelo <[email protected]> Dec 28 08:22AM -0800 > > > When you zoom or pan around, it takes a while to show the overlay > > tiles. Generally it isn't a very clean way to do it. So I'm looking > > for any other possible solutions. > > Keep in mind that my ...more > Marcelo <[email protected]> Dec 28 08:26AM -0800 > > > http://maps/temp/gm_rounded_corners.html > > OOPSS! Wrong URL. This is the right one: > http://maps.forum.nu/temp/gm_rounded_corners.html > > -- > Marcelo - http://maps.forum.nu > -- > > > > > ...more > Quick Noob Q > Shane McCarthy <[email protected]> Dec 28 07:33AM -0800 > > Thanks all for the replies, i resolved the issue before this got posted so > i forgot to reply. > > I've really tried to immerse myself in the google maps javascript api over > the past 9 days and have ...more > Google Maps API v3 & InfoBubble() Tabs > "Luke Mahé" <[email protected]> Dec 28 06:08PM +0800 > > Can you add a link to your demo please. > > -- Luke > > > ...more > Mike DeVita <[email protected]> Dec 28 05:11AM -0700 > > http://google-maps-utility-library-v3.googlecode.com/svn/trunk/infobubble/examples/example.html > > you can see that the switching of tabs doesn't actually switch the content. > This is the same problem ...more > NDBoost <[email protected]> Dec 28 06:46AM -0800 > > i threw my js file up on a gist for you to look at.. pardon the > sloppyness. > > Thanks Luke for looking at the code. You've already done wonders by > simply releasing this library :) > ...more > Again: About the size of infowindows > "Hugh H." <[email protected]> Dec 28 02:31AM -0800 > > > - the size of the content > > - the size of the map (not the browser) > > > > <snip> > > Hi Chris: > > We have a map working fine in every browser tested on Mac & PC > (Safari, FF, Chrome, IE8) but IE9 ...more > We could not calculate directions between Place A and Place B > Rossko <[email protected]> Dec 28 02:09AM -0800 > > > but one of these counties (Oman) i couldn't draw any driving route > > between any two cities in Sultanate of Oman > > It is a FAQ > http://code.google.com/apis/maps/faq.html#directions_countries ...more > getting city streets list in autocompleter result ? > "Jérémy ESCOLANO" <[email protected]> Dec 28 09:39AM +0100 > > Well ok I see ! > Thank you for your answer > Regards, > > 2011/12/28 Rossko <[email protected]> > > ...more > You received this message because you are subscribed to the Google Group > google-maps-js-api-v3. > You can post via email. > To unsubscribe from this group, send an empty message. > For more options, visit this group. > -- > 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 [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/google-maps-js-api-v3?hl=en. -- 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 [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-maps-js-api-v3?hl=en.
