f.GPS
f.GPS
마지막 업데이트
도움이 되었나요?
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;마지막 업데이트
도움이 되었나요?
도움이 되었나요?