I'm creating a map of bus lines and i have a query that display multiple polylines on a map (Fusion Table). I want to display the name of each polyline in text(string) on the page. It could be any form: infowindow, sidebar,only text.
query:
{
select: 'geometry',
from: 'tableid',
where: 'ST_INTERSECTS(geometry, CIRCLE(LATLNG(-8.754864219111248, -63.87663083648681), 200))'
}
I was looking for some examples but i didnt understand how to export the name of the polyline to text form: example 1 example 2