Hi Adam,
I believe that I am doing that. Below is the function that I have
that loads the jsapi and then the maps API. When I call this function
I get a browser security warning that the page has content that will
not be delivered via a HTTPS connection (in IE8, and in Chrome the
HTTPS gets a red line placed through it.)
Thanks,
Doug
function loadmapsapi()
{
$.getScript("https://www.google.com/jsapi", function()
{
google.load('maps', '3', { callback: GoMap,
other_params:'sensor=false&language=en'});
});
}
On Apr 10, 6:17 pm, Adam Feldman <[email protected]> wrote:
> Hi Doug,
>
> You should be able to achieve this by modifying the script line where you
> call the loader to https. That is,
> replacehttp://www.google.com/jsapiwithhttps://www.google.com/jsapi.
>
> Please let us know if this doesn't solve your problem.
>
> Cheers,
> Adam
>
>
>
> On Sun, Apr 10, 2011 at 8:37 AM, Doug <[email protected]> wrote:
> > Good Morning All,
>
> > Using the JSAPI is there a way to load the secure version of the maps
> > API?
>
> > For example, this loads the insecure version:
> > google.load('maps','3',{other_params:'sensor=false'});
>
> > Thanks,
> > Doug
>
> > --
> > You received this message because you are subscribed to the Google Groups
> > "Google AJAX APIs" 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.- Hide quoted
> >text -
>
> - Show quoted text -
--
You received this message because you are subscribed to the Google Groups
"Google AJAX APIs" 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.