Hi, I mean that the column in the Fusion Table is of type 'LOCATION' and when I try to use the getValue() function it doesn't return the values from the FT column.
Is there a way to return this column?, just as you do with the other types (string, boolean, integer etc\.) Regards, Craig On Dec 14, 12:01 am, Roni Biran <[email protected]> wrote: > What do you mean with LOCATION type? If you're referring to a float number > then the getValue will return a float in case the datatable column is > defined as a number. If you're talking about degrees/minutes/seconds then > it is not supported, although you can use a string format and write a > conversion function :-) > > > > On Tue, Dec 13, 2011 at 1:26 AM, Craig <[email protected]> wrote: > > Hi, > > > I was wondering if it is possible to return a column of type LOCATION > > from a Fusion Table using: > > > Using google.visualization.DataTable.getValue(row,col) > > > According to the docs, LOCATION isn't one of the supported types. I > > want to use the returned values in code and not have to parse a .CSV > > file (as you can do it this way also). > > > Regards, > > > Craig > > > -- > > You received this message because you are subscribed to the Google Groups > > "Google Visualization API" 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-visualization-api?hl=en.- Hide quoted > >text - > > - Show quoted text - -- You received this message because you are subscribed to the Google Groups "Google Visualization API" 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-visualization-api?hl=en.
