Hi all, I use Map API, I insert demo data in MyMap feature through "Map API - JAVA Script" function.
When I call login function that time Google Map redirect to "https://www.google.com/accounts/ AuthSubRequestJS? ...................." then I type Google User Id and Password. Now I have number of Google User and Password then each time I can't type all User Id and Password. So My query is How can I pass the Google User Id and Password through programming i.e. PHP language? I use following login function code: function login() { google.accounts.user.login("http://maps.google.com/maps/feeds/"); } -- 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 [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-js-api-v3?hl=en.
