I'm having trouble determining the geographic location of clients
visiting my secure website. I've included the following script in the
page:
var state = -1;
if (google.loader.ClientLocation) {
state = google.loader.ClientLocation.address.region.toUpperCase();
}
and always get -1 when using the secure page. When I switch over to a
non-secure page, the code works fine and is able to correctly
determine my state.
Is google.loader.ClientLocation currently supported for pages using
SSL?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Google AJAX API" 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-AJAX-Search-API?hl=en
-~----------~----~----~----~------~----~------~--~---