> ## Documentation Index
> Fetch the complete documentation index at: https://docs.brightdata.com/llms.txt
> Use this file to discover all available pages before exploring further.

# 住宅网络专用经纬度定位功能

住宅网络经纬度定位功能可精确界定请求的地理区域，优化性能并提升数据质量。

## 如何使用经纬度定位功能：

1. 输入目标位置的经纬度坐标。这些坐标将作为您定位请求的中心点。
   * 纬度（浮点数）：-90 至 90
   * 经度（浮点数）：-180 至 180
2. 定义以指定坐标为中心的半径距离（单位为千米，须为正整数），这将决定请求的目标范围。系统将仅向该地理区域内的节点发送请求。

示例如下：

* * 纬度：-55.45
    * 经度: 37.51
    * 距离: 10 千米

```sh Shell theme={null}
curl "https://brdtest.com/myip.json" --proxy brd.superproxy.io:44445 --proxy-user brd-customer-<customer_id>-zone-<zone_name>-geo_dim-55.45_37.51_10:<zone_password>
```
