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. > > -- 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.
