スマートフォン端末の現在位置を取得します。
なし
const position = $fn.getCurrentPosition();const latitude = position.latitude;const longitude = position.longitude;