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