Hi all, two question for you:
reading google documentation i've make an html with the JS for make a google maps api call. I've put this file in my project, and in a TABView i read and render this file in a uiwebview. Works great but every time i start my app and go to this view i got this message: "appleweb://someID want to use your current location". Is my fault or is normal? why my authrization is not saved in position auth?
Second: if i must make some other request on my map and passing new data or refreshing existent data is better that i do this via javascript or there's some option in cocoa to refresh my view?