예제 #1
0
파일: Core.cs 프로젝트: rhinohq/PULSE
 public static void TurnOnGPS()
 {
     GeoMaps.FindPostion();
 }
예제 #2
0
 void FindLocation()
 {
     GeoMaps.CurrentPosition = GeoMaps.FindPostion();
     GeoMaps.CurrentLocation = GeoMaps.GetLocation();
 }