[Google Maps API v3] Re: Print map.

2012-09-20 Thread tcltkd
Hi alnkapa. I do know no browser nor script to snip self divisions, So, you should call STATICMAP api as: http://maps.google.com/maps/api/staticmap? center=LAT,LON&zoom=14&size=640x640&maptype=roadmap&sensor=false it responds a png-Image you can print at new browser tab. 2012-8-24 alnkapa: > >

[Google Maps API v3] Re: Traffic Estimate Layers for specific days and times using Google Maps API v3

2012-09-20 Thread Raja Shahzad
Any idea when we can see live traffic data with API ? thanks On Tuesday, May 1, 2012 4:23:43 AM UTC+5, Gretchen wrote: > > Hello. > > Google Maps allows users to view traffic estimates by selecting the > "traffic at day and time" radio button. Is it possible to add a traffic > estimate layer f

[Google Maps API v3] Re: Add 5 kilo meter in latitude value or longitude value

2012-09-20 Thread Eric Clark
One important thing is you have to make sure to include the geometry library when you declare your javascript for gmaps src="http://maps.google.com/maps/api/js?sensor=false&libraries=geometry"; I just did this, my goal was to draw a 1km box around a point. ne = google.maps.geometry.spherical.c