f.GPS
f.GPS을 통해 f.Native.getGPS()의 결과에 접근할 수 있습니다.
latitude
위도
longitude
경도
address
주소
error
오류메세지
// GPS 결과값을 activeSector에 설정합니다. _collections.activeSector.Latitude = f.GPS.latitude; _collections.activeSector.Longitude = f.GPS.longitude; _collections.activeSector.WkPlaceAddr = f.GPS.address;
Last updated 9 months ago
Was this helpful?