Yes i read about Fusion table but in its API it needs table ID. For example : var tableid = 297050; I don't have a knowledge about SQL. I want to map my data from excel sheet using fusion table API so for excel what id will i give in the code? I want to plot data as a plolyline rather than a marker or point but i couldn't find API for polyline as given in simple V2 maps API
Can anyone help me? Waiting for reply. Thanks in advance. On Mar 24, 7:48 am, FARAH SIRAJ <[email protected]> wrote: > I have send the code to this group. I used mapV2 and in the code i > didn't use fusion tables. Can you please see the code and tell me > where can i make changes or alternate way to optimize it to make it > faster? > Thanks > > On Mar 24, 1:27 am, Barry Hunter <[email protected]> wrote: > > > > > On 23 March 2011 19:57, [email protected] <[email protected]> wrote: > > > > On Mar 23, 12:44 pm, FARAH SIRAJ <[email protected]> wrote: > > >> Hi all, > > >> I made a program that takes input from excel sheet for latitude and > > >> longitude and plot them as polylines but problem is that if i'm running > > >> it > > >> for approx 300 rows it is running with fast speed but when i run it on > > >> 3000 > > >> rows for excel so it becomes very slow and processing of map, changing > > >> zoom > > >> level and event listener is also taking too much time. I want to make it > > >> run > > >> fast. > > > > Perhaps you could share with us how you made it run slow. > > > >> How can i do this. Can anyone help me how to make it fast? > > >> Thanks in advance > > > > Have you looked at v3 and FusionTablesLayers? > > > Its not well documented, but can use Fusion tables with v2, too if want. > > > var l = new GLayer("ft:136090"); > > l.setParameter("h", "false"); > > l.setParameter("s", "select col5 from 136090"); > > map.addOverlay(l) > > > Where 136090 is the id of a public table. and col5 is the Position (or > > Latitude for multicolumn position) column > > > change h to true to get a heatmap. > > > > -- Larry > > > > -- > > > 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 > > > athttp://groups.google.com/group/google-maps-api?hl=en.- Hide quoted text > > > - > > - Show quoted text - -- 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.
