I want to save some MapPolygons created by an user.. and another variables with some information of each one of this polygons, and to do that i think to use and sql database, but when i try to explorate mysql, i've found a problem, the variables are easy to store... but the MapPath not, because they are a group of basic geolocations (latitude,longitude e altitude) and i don't know how to store it ... its not so simple because the number of sides and coordinates of these polygons, are variable. The user choice how many sides it will have.
So, somebody has an ideia, how i can save these coordinates?