I am trying to integrate multiple POIs based on lat long .
I copied 3_PointOfInterest_3_MultiplePois this folder and loaded index.html in my ios code like this
NSURL *architectWorldUrl = ;
;
But I am always getting error , once it launched the camera .
"Trying to find out where you are " . Please help.
W
Wolfgang Damm
said
over 9 years ago
As the error indicates, determining the location fails. Please make sure that location services are enabled and that your application is allowed to use them under Settings -> Privacy -> Location services -> switch next to your app needs to be on.
Abhinandan Sahgal