使用中のコンピュータの現行の測地位置を求めようと試みる.
FindGeoLocation["ip"]
指定されたIPアドレスに関連する測地位置を推定する.
FindGeoLocation["address"]
指定された所在地住所に関連する測地位置を推定する.
FindGeoLocation[entity]
指定された実体に関連する測地位置を与える.
FindGeoLocation
使用中のコンピュータの現行の測地位置を求めようと試みる.
FindGeoLocation["ip"]
指定されたIPアドレスに関連する測地位置を推定する.
FindGeoLocation["address"]
指定された所在地住所に関連する測地位置を推定する.
FindGeoLocation[entity]
指定された実体に関連する測地位置を与える.
詳細
- FindGeoLocation[]は組込みのGPS等の機能使うか,インターネットを介してgeoIP検索を使うかする.使用メソッドが異なると確度に差が生じることがある.
- IPアドレスは"nnn.nnn.nnn.nnn"の形式で,あるいはIPAddress[…]として指定することができる.
- FindGeoLocationは,{latitude,longitude}または{latitude,longitude,elevation}(明示的な測地位置が求まらない場合にはMissing["NotAvailable"])を含むGeoPositionオブジェクトを返す.
- FindGeoLocationは,OpenStreetMap (© OpenStreetMap) の寄稿者によるデータを使用している.
例題
すべて開く すべて閉じる特性と関係 (3)
$GeoLocationおよびHereのデフォルト値はFindGeoLocation[]によって決定される:
$GeoLocationの値が手動で変更されても,FindGeoLocationを使ってそのデフォルト値を回復することができる:
FindGeoLocation[entity] は,GeoPosition[entity]およびEntityValue[entity, "Position"]に等しい:
住所 stad については,FindGeoLocation[stad]はInterpreter["StreetAddress"][stad]に等しい:
関連項目
$GeoLocation Here GeoPosition Interpreter $MachineAddresses $MachineDomains IPAddress WikipediaData
Function Repository: IPStackData
関連するガイド
-
▪
- 測地学 ▪
- 場所と経路 ▪
- 自由形式入力と外部入力 ▪
- インターネットとコンピュータイステムのデータ ▪
- ロケールと国際化 ▪
- クラウド実行のメタデータ
テキスト
Wolfram Research (2008), FindGeoLocation, Wolfram言語関数, https://reference.wolfram.com/language/ref/FindGeoLocation.html (2014年に更新).
CMS
Wolfram Language. 2008. "FindGeoLocation." Wolfram Language & System Documentation Center. Wolfram Research. Last Modified 2014. https://reference.wolfram.com/language/ref/FindGeoLocation.html.
APA
Wolfram Language. (2008). FindGeoLocation. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/FindGeoLocation.html
BibTeX
@misc{reference.wolfram_2025_findgeolocation, author="Wolfram Research", title="{FindGeoLocation}", year="2014", howpublished="\url{https://reference.wolfram.com/language/ref/FindGeoLocation.html}", note=[Accessed: 17-April-2026]}
BibLaTeX
@online{reference.wolfram_2025_findgeolocation, organization={Wolfram Research}, title={FindGeoLocation}, year={2014}, url={https://reference.wolfram.com/language/ref/FindGeoLocation.html}, note=[Accessed: 17-April-2026]}