FindGeoLocation

FindGeoLocation[]

尝试查找您的计算机的当前地理位置.

FindGeoLocation["ip"]

给出与给定的 IP 地址相关联的地理位置估计.

FindGeoLocation["address"]

尝试查找与给定的街道地址相关联的地理位置.

FindGeoLocation[entity]

给出与指定实体相关联的地理位置.

更多信息

  • FindGeoLocation[] 可以使用内置 GPS 或其他功能,或可以通过互联网使用 geoIP 查找. 不同的方法可能会给出准确性或正确性不同的结果.
  • IP 地址可以以 "nnn.nnn.nnn.nnn"IPAddress[] 的形式指定.
  • FindGeoLocation 返回一个含有 {latitude,longitude}{latitude,longitude,elevation}GeoPosition 对象,如果不能得到明确的大地测量位置,则含有 Missing["NotAvailable"].
  • FindGeoLocation 使用出自 OpenStreetMap 的数据, © OpenStreetMap 投稿者.

范例

打开所有单元关闭所有单元

基本范例  (2)

查找您所在的大地测量坐标:

查找巴黎一个著名广场的坐标:

获取该地区的卫星地图:

范围  (4)

查找您当前的位置:

查找街道地址的坐标:

查找 IP 地址对应的坐标:

也可以直接提供 IP 地址:

查找地理实体的坐标:

属性和关系  (3)

$GeoLocationHere 的默认值由 FindGeoLocation[] 决定:

如果手动更改了 $GeoLocation 的值,则可以使用 FindGeoLocation 恢复其默认值:

FindGeoLocation[entity] 等价于 GeoPosition[entity]EntityValue[entity, "Position"]

对于街道地址 stadFindGeoLocation[stad] 等价于 Interpreter["StreetAddress"][stad]

Wolfram Research (2008),FindGeoLocation,Wolfram 语言函数,https://reference.wolfram.com/language/ref/FindGeoLocation.html (更新于 2014 年).

文本

Wolfram Research (2008),FindGeoLocation,Wolfram 语言函数,https://reference.wolfram.com/language/ref/FindGeoLocation.html (更新于 2014 年).

CMS

Wolfram 语言. 2008. "FindGeoLocation." Wolfram 语言与系统参考资料中心. Wolfram Research. 最新版本 2014. https://reference.wolfram.com/language/ref/FindGeoLocation.html.

APA

Wolfram 语言. (2008). FindGeoLocation. Wolfram 语言与系统参考资料中心. 追溯自 https://reference.wolfram.com/language/ref/FindGeoLocation.html 年

BibTeX

@misc{reference.wolfram_2024_findgeolocation, author="Wolfram Research", title="{FindGeoLocation}", year="2014", howpublished="\url{https://reference.wolfram.com/language/ref/FindGeoLocation.html}", note=[Accessed: 17-November-2024 ]}

BibLaTeX

@online{reference.wolfram_2024_findgeolocation, organization={Wolfram Research}, title={FindGeoLocation}, year={2014}, url={https://reference.wolfram.com/language/ref/FindGeoLocation.html}, note=[Accessed: 17-November-2024 ]}