Hey, I would create a table of routes and another of "steps" so every route might have a minimum of 2 steps or more. I have this exact structure. To store latitude and longitude, I just use double columns.
BR, JK Em sexta-feira, 22 de fevereiro de 2013 09h38min25s UTC-5, [email protected] escreveu: > > Hi everyone, > > I need to show a route which was saved using a mobile phone. That part > with getting the coordinates from SQL works well. The problem is: what > table or structure do I need to save all coordinates in my SQL? > There can be a route with only 2 points (2 * long , 2 * lat) or with 30 > different points. How do I write it to the database? > > -- You received this message because you are subscribed to the Google Groups "Google Maps API V2" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
