On Oct 26, 5:11 am, ajb468 <[email protected]> wrote: > I need to give 100s of people access (view and edit) to maps in my > google account. Can I do this by setting my account's credentials in > the MyService class for each user that has the application or will > this cause something like a "timeout" for logging into one account to > many times?
It strikes me that this is entirely the wrong mechanism for this: I don't think you should be giving your credentials to anyone else (or have I misunderstood that bit?). You should be maintaining your own database and API maps, and allowing registered users to edit the data you hold. There are a number of articles at http://code.google.com/apis/maps/documentation/javascript/v2/articles.html which might help: http://code.google.com/apis/maps/articles/phpsqlajax.html http://code.google.com/apis/maps/articles/phpsqlinfo.html http://code.google.com/apis/maps/articles/communitymap.html -- uses Google Spreadsheets as a back-end database -- You received this message because you are subscribed to the Google Groups "Google Maps API V2" 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?hl=en.
