On Aug 24, 1:21 pm, Ian Nesbit <ian.nes...@gmail.com> wrote: > thanks Larry > > what i meant with question 2 is that how can I store the polygon into my > database? i guess i'd store every point of the polygon shape coordinates > into the database which forms one particular restaurant delivery area, > right?
Yes. But if you encode the coordinates, you save the resulting string in the database, query for it, decode it back to coordinates to create the polygons on the map. -- Larry > > I'm using MS SQL Server 2005 which I will have to upgrade to 2008 to get the > spatially > support -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To post to this group, send email to google-maps-js-api-v3@googlegroups.com. To unsubscribe from this group, send email to google-maps-js-api-v3+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/google-maps-js-api-v3?hl=en.