get-latlng
Convert latitude and longitude coordinates into detailed location information using this tool, ideal for pinpointing precise addresses or geographic data.
Instructions
根据经纬度获取详细位置信息
Input Schema
Name | Required | Description | Default |
---|---|---|---|
lat | Yes | ||
lng | Yes |
Input Schema (JSON Schema)
{
"properties": {
"lat": {
"type": "string"
},
"lng": {
"type": "string"
}
},
"required": [
"lat",
"lng"
],
"type": "object"
}