I think the first suggestion would be to develop in v3 Maps API, not v2 (the topic of this group) v3 discussion group - http://groups.google.com/group/google-maps-js-api-v3
> the data I have in database: > -nodes (which represents crossroads), > -edges (each edge is between 2 nodes) and there is more than 9400 > edges in DB > -number of cars on each edge (I don't have exact car locations) I think you have a decision to make here, you may know the number of cars between each node but you don't seem to know if thay are all queing up at one end, or all at the other end of your 'edge' (road?), or all happily travelling in between, or most likely a bit of each. Do you know which direction the cars are travelling in? You can choose how to represent them, but it may not reflect what you really want? -- You received this message because you are subscribed to the Google Groups "Google Maps API V2" 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-api?hl=en.
