f.GPS
f.GPS
개요
기능요소
요소
설명
예시
// GPS 결과값을 activeSector에 설정합니다.
_collections.activeSector.Latitude = f.GPS.latitude;
_collections.activeSector.Longitude = f.GPS.longitude;
_collections.activeSector.WkPlaceAddr = f.GPS.address;Last updated
Was this helpful?