Murali R

Murali R

  • NA
  • 41
  • 7k

Location turn on

Sep 24 2015 8:06 AM
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..