Igor,
I think I need to use Generic Security Context, but I am not understanding how to set it up from the document you provided. Can you help me with the JavaScript?
From the document, I don't understand what calls my GooglePlaces service or my GenericSecurityContext service.
My Service is called GooglePlaces, and it returns a JSON like this:
{
Code: Select all
"html_attributions" : [
],
"results" : [
{
"geometry" : {
"location" : {
"lat" : 33.885201,
"lng" : -118.410797
}
},
{
"geometry" : {
"location" : {
"lat" : 33.885158,
"lng" : -118.410012
}
}