地理定位工具

获取当前位置经纬度,查询全国城市坐标信息

当前位置
您的浏览器不支持定位功能,请使用现代浏览器
{{ locationError }}
经度
{{ formatCoord(currentLocation.longitude, 'lon') }}
纬度
{{ formatCoord(currentLocation.latitude, 'lat') }}
获取时间:{{ currentLocation.timestamp }}
精度:±{{ currentLocation.accuracy }} 米
城市查询
{{ searchError }}

加载城市数据中...

找到 {{ searchResults.length }} 个匹配城市
{{ city.name }} ({{ city.province }})
经度 {{ formatCoord(city.longitude, 'lon') }}, 纬度 {{ formatCoord(city.latitude, 'lat') }}
{{ selectedCity.name }}({{ selectedCity.province }})
经度
{{ formatCoord(selectedCity.longitude, 'lon') }}
纬度
{{ formatCoord(selectedCity.latitude, 'lat') }}
坐标反查
坐标信息将通过后端代理发送到腾讯位置服务进行位置查询
{{ reverseLonError }}
{{ reverseLatError }}
{{ reverseError }}
位置信息
地址:
{{ reverseResult.display_name }}
可信度: {{ reliabilityLabel(reverseResult.reliability) }}
国家:{{ reverseResult.address.country }}
省份:{{ reverseResult.address.state }}
城市:{{ reverseResult.address.city }}
区县:{{ reverseResult.address.district }}
街道:{{ reverseResult.address.suburb }}
门牌号:{{ reverseResult.address.street_number }}
行政区划代码:{{ reverseResult.admin_info.adcode }} 城市区号:{{ reverseResult.admin_info.city_code }}
使用说明
  • 当前位置:点击"获取当前位置"按钮,浏览器会请求位置授权,授权后将显示您的经纬度坐标
  • 城市查询:在搜索框输入城市名称(支持模糊搜索),点击城市即可查看其经纬度
  • 复制坐标:点击"复制坐标"按钮可快速复制经纬度信息到剪贴板
  • 隐私保护:所有计算均在浏览器本地完成,不会上传您的位置信息