0
Answer

Location turn on

Murali R

Murali R

9y
382
1
Hi
i am new to windows phone 8.1 development.
if location is turned off in mobile and i coded Geolocator locator= new Geolocator(); if (locator.LocationStatus == PositionStatus.Disabled) { ShowMessage("Location Services are turned off"); }...But I want to turn on location in phone by asking a confirmation from the user and my it should refresh after turning on location.so that the app will move to next screen..Does anyone can  guide me..