I am in the process of writing a website where users can create their own google maps data like circling things and putting markers on a map. What would be the best way to store the data for each user? Im thinking in a database as an array. Can anyone else think of a better more efficient way?
What I am asking (as apparently the question is unclear), is: Can I store lat and long data in a database to then load this data on to a GMap without violating GMaps terms. Or is there a more efficient way of storing the data.