GetCurrentGeolocationToSdk: {
    coords: GeolocationCoords;
    result: "success";
    timestamp: number;
}

ブラウザのAPIの GeolocationPosition に類似したインターフェース

Type declaration

  • coords: GeolocationCoords

    現在位置を示す

  • result: "success"
  • timestamp: number

    位置情報が取得された時刻 (ミリ秒)