Traffic information missing

112 views
Skip to first unread message

JohnyQ

unread,
Jan 20, 2011, 4:46:42 PM1/20/11
to google-map...@googlegroups.com
There's traffic information available in many cities showed on maps.google.com which doesn't display trough the API.

I'm trying to display Buenos Aire's traffic information in a website but the map the same map that shows green and red lines in USA shows nothing in Buenos Aires and many cities that do contain information.

Does anyone know if there's access to the information missing or Google just rolls out new areas as they see fit?
Is there a way to egt an estimated date when that information will be available?

Same happens in Europe. For example on maps.google.com you see France's traffic:

but in the overlay got through the API, France is empty:


Chris Broadfoot

unread,
Jan 20, 2011, 10:21:07 PM1/20/11
to google-map...@googlegroups.com
Hi Johny,

The traffic layer is not available in some locations through the API due to licensing restrictions.

Chris


--
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-map...@googlegroups.com.
To unsubscribe from this group, send email to google-maps-js-a...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-maps-js-api-v3?hl=en.

Yury Nesterenko

unread,
Jan 21, 2011, 5:14:41 AM1/21/11
to google-map...@googlegroups.com
not sure - whether legally - but it can be 

var traffic = new google.maps.ImageMapType({
    getTileUrl: function(coord, zoom) {
      return "http://mt3.google.com/mapstt?" +
      "zoom=" + zoom + "&x=" + coord.x + "&y=" + coord.y + "&client=google";
   },
   tileSize: new google.maps.Size(256, 256),
   isPng: true
  });

map.overlayMapTypes.insertAt(0, traffic);



2011/1/21 JohnyQ <juani...@gmail.com>


--
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-map...@googlegroups.com.
To unsubscribe from this group, send email to google-maps-js-a...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-maps-js-api-v3?hl=en.



--
SPAIN.RU
  Burdenko 14A, Moscow, Russia 119121
  Tel: (+7 499) 248 2180, 248 2187,  248 3069,
(+7 495) 245 5999
  Fax: (+7 499) 248 21 81
  mob: (+7 495 ) 500 9284
  Skype "ynesty"
  ICQ 389958411

JohnyQ

unread,
Jan 21, 2011, 12:02:59 PM1/21/11
to google-map...@googlegroups.com
Hi Chris and thank you for your quick answer.

I posted this because I thought it wan´t a technical issue (if some traffic shows, if some other doesn't it must be something else) but I don´t quit get it:
I read in the official Google Blog that traffic information goes from devices running a Google Map App to Google servers, Google process it to determine traffic conditions and then with that generate the traffic layer.

From what I understand no third party is envolved in the whole process (from making the app that collects the user's GPS speed to hosting the traffic tiles). Even if I'm wrong there shouldn't be any third party involved because of the serious privacy issues described in the blog post itself.

So... if no 3rd party is involved in the whole Traffic thing, why is there a licensing issue? 
Is there some rivalry between the Traffic team and the API team inside Google? :P
Seriously, how can it be a licensing issue inside Google?


I would like to know the reason but even if I don't understand it I trust that if Google is not showing it, it's because they really can't not because they don't fancy to do so.

So, is there any solution for this? Will this information be available in the future? API Premiere has the same limitation?

Juan

Chris Broadfoot

unread,
Jan 23, 2011, 6:16:47 PM1/23/11
to google-map...@googlegroups.com
On Fri, Jan 21, 2011 at 9:14 PM, Yury Nesterenko <yu.nes...@gmail.com> wrote:
not sure - whether legally - but it can be 

Yury,

These tiles are not part of a Google API, and as such, use of them constitutes a violation of the ToS.

On Sat, Jan 22, 2011 at 4:02 AM, JohnyQ <juani...@gmail.com> wrote:
From what I understand no third party is envolved in the whole process (from making the app that collects the user's GPS speed to hosting the traffic tiles). Even if I'm wrong there shouldn't be any third party involved because of the serious privacy issues described in the blog post itself.

Johny,

Traffic data comes from a number of providers. In some areas, this license is not compatible with serving such data through the Maps API.

Cheers
Chris 

Yury Nesterenko

unread,
Jan 24, 2011, 3:07:40 AM1/24/11
to google-map...@googlegroups.com


2011/1/24 Chris Broadfoot <cb...@google.com>


not sure - whether legally - but it can be 

Yury,

These tiles are not part of a Google API, and as such, use of them constitutes a violation of the ToS.


Chris Broadfoot

unread,
Jan 24, 2011, 8:54:20 PM1/24/11
to google-map...@googlegroups.com
Sorry about that. The documentation is out of date. I'll update it shortly.
Reply all
Reply to author
Forward
0 new messages