[Google Maps API v2] google direction and traffic

2010-09-15 Thread Francesco Sparano
Hi, does google direction service give back a route taking account of real time traffic information? I mean, the total time of the route is affected by traffic data? -- You received this message because you are subscribed to the Google Groups "Google Maps API V2" group. To post to this group, se

Experiments with CASA Google Image Cutter

2010-07-16 Thread Pier Francesco sciuto
Hello everybody on my site http://sciuto.yolasite.com/ at download 4 and download 5 pages I have done some esperiments with CASA Image Cutter any comment is appreciated regards PIF -- --- Pier Francesco Sciuto pfsci...@gmail.com

Re: Find Country with PHP API (Posting denied)

2010-06-09 Thread Pier Francesco sciuto
Se ho ben capito si sta cercando un servizio tipo http://designshack.co.uk/articles/javascript/detecting-location-using-google-ajax-api oppure http://www.nitinh.com/2009/04/ip-address-geolocation-javascript-api-json/ pier francesco sciuto http://sciuto.yolasite.com Il giorno 08 giugno 2010

Re: Mouseover, Tooltips and KML polygon questions

2010-05-17 Thread Pier Francesco sciuto
> > -- > You received this message because you are subscribed to the Google Groups > "Google Maps API" group. > To post to this group, send email to google-maps-...@googlegroups.com. > To unsubscribe from this group, send email to > google-maps-api+unsubscr...@googlegr

Re: Check boxes toggle with txt file as source.

2010-03-09 Thread Pier Francesco sciuto
"Google Maps API" group. > To post to this group, send email to google-maps-...@googlegroups.com. > To unsubscribe from this group, send email to > google-maps-api+unsubscr...@googlegroups.com > . > For more options, visit this group at > http://groups.google.com/group/go

Re: Map centering in ajax tabpanel

2010-02-23 Thread Pier Francesco sciuto
ail to google-maps-...@googlegroups.com. > To unsubscribe from this group, send email to > google-maps-api+unsubscr...@googlegroups.com > . > For more options, visit this group at > http://groups.google.com/group/google-maps-api?hl=en. > > -- -

Re: Partial Map Draw

2010-02-17 Thread Pier Francesco sciuto
this group, send email to google-maps-...@googlegroups.com. > To unsubscribe from this group, send email to > google-maps-api+unsubscr...@googlegroups.com > . > For more options, visit this group at > http://groups.google.com/group/google-maps-api?hl=en. > > --

Re: Multiple Maps in one Page. Is this possible?

2010-02-01 Thread Pier Francesco sciuto
subscribe from this group, send email to > google-maps-api+unsubscr...@googlegroups.com > . > For more options, visit this group at > http://groups.google.com/group/google-maps-api?hl=en. > > -- --- Pier Francesco Sciuto pfsci...@gmail.com --

Re: Grouping markers in category, using the "more" option dropdown

2010-01-27 Thread Pier Francesco sciuto
his message because you are subscribed to the Google Groups > "Google Maps API" group. > To post to this group, send email to google-maps-...@googlegroups.com. > To unsubscribe from this group, send email to > google-maps-api+unsubscr...@googlegroups.com > . > For more opt

Re: Berzier Curves on google map

2010-01-26 Thread Pier Francesco sciuto
About berzier ... Do you think it is possible to implement in a map PENPAD explicitig coordinates ?? http://www.27bobs.com/components/PenPad_online.html http://www.actionscript.org/forums/showthread.php3?t=27058 Thanks PIF --- Pier Francesco Sciuto pfsci...@gmail.com

Re: Polygon disappear in Firefox 3.x when zooming (with Chrome the page stops working properly)

2009-08-20 Thread francesco trabacchin
P.S. This is the link: http://www.veniceconnected.com/betaMaps/index2.php Click the button and when you zooming in or out you can see the problem. Thank you very much. - 2009/8/20 Francesco81rs > Hello, > sor

G_TRAVEL_MODE_ Bicycle and Public Transport?

2008-11-13 Thread Francesco
Hi to all! I know that in this moment there aren't these possibilities, but I would know if there is a Google Team's project to extends, in future, GDirection travel mode to bicycle, say G_TRAVEL_MODE_BIKE, and/or to public transport, say G_TRAVEL_MODE_PUBLICTRANSPORT. Thanks!

Re: Two (or more) GDirections in the same map

2008-11-04 Thread Francesco
Yes!!It's finally OK!!! Many many thanks Andrew! Francesco On 4 Nov, 17:35, "warden [Andrew Leach - Maps API Guru]" <[EMAIL PROTECTED]> wrote: > On Nov 4, 4:27 pm, Francesco <[EMAIL PROTECTED]> wrote: > > > Sorry, I should rewrite: "Right! I neglet

Re: Two (or more) GDirections in the same map

2008-11-04 Thread Francesco
> wrote: > On Nov 4, 3:55 pm, Francesco <[EMAIL PROTECTED]> wrote: > > > Right! I neglet to do this aspect, because It seem to be works fine! > > Fortunately you correct me!! > > Now I put the second geocoder.getLatLng into the first one. > > Same thing applies to

Re: Two (or more) GDirections in the same map

2008-11-04 Thread Francesco
Right! I neglet to do this aspect, because It seem to be works fine! Fortunately you correct me!! Now I put the second geocoder.getLatLng into the first one. Francesco On 4 Nov, 16:35, "warden [Andrew Leach - Maps API Guru]" <[EMAIL PROTECTED]> wrote: > On Nov 4, 2:51 pm

Re: Two (or more) GDirections in the same map

2008-11-04 Thread Francesco
Thanks! I create my page: http://www.geocities.com/coachchecco/geocDirection.html You can try with these addresses: "via piave 19, ponte san nicolò" and "via dante 3, padova". Francesco On 4 Nov, 15:25, "warden [Andrew Leach - Maps API Guru]" <[EMAIL PROTE

Re: Two (or more) GDirections in the same map

2008-11-04 Thread Francesco
want that amount of email, alter your settings so that > you use the webview instead. > > On Nov 4, 1:34 pm, Francesco <[EMAIL PROTECTED]> wrote: > > > Thanks for yours indications. > > But if I try with > > map.setCenter(bounds.getCenter(),map.getBoundsZoo

Re: Two (or more) GDirections in the same map

2008-11-04 Thread Francesco
Hi Cristopher! I think that I reply to Google Maps Api Group, not directly to you. Francesco On 4 Nov, 14:41, Christopher <[EMAIL PROTECTED]> wrote: > *Why are you emailing me this?* > > On Tue, Nov 4, 2008 at 7:34 AM, Francesco <[EMAIL PROTECTED]> wrote: > > >

Re: Two (or more) GDirections in the same map

2008-11-04 Thread Francesco
()); map.setCenter(bounds); } and it seem work fine (Is this the best way to reach my scope?). But if I try with map.setCenter(bounds.getCenter(),map.getBoundsZoomLevel(bounds)) it doesn't work too, and I don't understand why. Francesco --~--~-~--~~~---~-

Two (or more) GDirections in the same map

2008-11-04 Thread Francesco
map.setCenter() after dir2.load() but it don't work. I don't understand if there's other way to set the zoom to view both polylines (however both textual directions are shown). Thanks in advance, Francesco --~--~-~--~~~---~--~~ You received this mess

Re: Problem with GDirection

2008-10-29 Thread Francesco
Sorry if I posted precedent message. Thanks Andrew, I have forgotten "return false;" in onsubmit. Now it works fine. Francesco On 29 Ott, 14:45, "warden [Andrew Leach - Maps API Guru]" <[EMAIL PROTECTED]> wrote: > On Oct 29, 1:38 pm, "Barry Hunter" <

Problem with GDirection

2008-10-29 Thread Francesco
et, and the page doesn't generate the trip plan; I must recompiling form's fields (with the same address as before) and so, finally, the page return the trip plan as I want. I don't understand why the code works not fine. Anybody can help me? Thanks, Francesco --~--~-~--~

Re: Find nearest place in Google Maps

2008-10-22 Thread Francesco
? How can I show the maps togheter in the same page? Thanks! On 15 Ott, 17:30, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > On Oct 15, 6:36 am, Francesco <[EMAIL PROTECTED]> wrote: > > > Thanks Larry. > > > I would shortest driving distance, but if it

Re: Find nearest place in Google Maps

2008-10-15 Thread Francesco
th about MyMaps and the API, which are two different > things. > > With the API, if you only have a few markers, you can use > Array.sort(), like this:http://maps.forum.nu/gm_array_sort.html > > -- > Marcelo -http://maps.forum.nu > -- > > On Oct 15, 2:34 pm, Francesco &

Re: Find nearest place in Google Maps

2008-10-15 Thread Francesco
Thanks Larry. I would shortest driving distance, but if it is hard to find, closest point is fine too. There is a procedure to place the marker in an array, if they are already placed into the map? Also, distanceFrom works only with GLatLng class? Thanks, Francesco On 15 Ott, 15:19, "[

Find nearest place in Google Maps

2008-10-15 Thread Francesco
ybody. Thanks, Francesco --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Google Maps API" group. To post to this group, send email to Google-Maps-API@googlegroups.com To unsubscribe from this group, send