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 投稿者.
范例
打开所有单元关闭所有单元属性和关系 (3)
$GeoLocation 和 Here 的默认值由 FindGeoLocation[] 决定:
如果手动更改了 $GeoLocation 的值,则可以使用 FindGeoLocation 恢复其默认值:
FindGeoLocation[entity] 等价于 GeoPosition[entity] 和 EntityValue[entity, "Position"]:
对于街道地址 stad,FindGeoLocation[stad] 等价于 Interpreter["StreetAddress"][stad]:
文本
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 年