Hi, I'm researching the use of Google Maps and Flex for a project. I am architecting a solution and have a basic question about the storage of point data for my app. For the sake of simplicity, let's say I'm building an app that tracks all the fire hydrants in a city, and stores a bunch of metadata about each hydrant, e.g. when it was last serviced. So imagine there are 20,000 of them in NYC. If I zoom out to a broad view and even only display a few hundred points, it's still a lot of data. I don't want to have to send all those lat/longs to the Google server each time. Ideally Google would store the id of each hydrant and its location, and then I would key on that id and store my metadata in my own database (maybe that database is also stored in some Google data storage repository?).
Is this the right approach to storing my data? If Google stores the position data for each object, can I then add arbitrary columns of metadata either in the Maps storage or in some other Google database of some kind? I sense that I want Google to store all my location data so that as I add features like geo-fencing I can let Google handle spatial queries like that so that I don't have to have that kind of capability on my own server. Thanks! -- You received this message because you are subscribed to the Google Groups "Google Maps API For Flash" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-maps-api-for-flash?hl=en.
