geocode
Convert any address into precise coordinates and DigiPin code, returning latitude and longitude for location-based lookups and administrative boundary identification.
Instructions
Geocode an address to get DigiPin code and coordinates. Returns location information including latitude, longitude, and DigiPin.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| city | No | City name (optional) | |
| state | No | State name (optional) | |
| address | Yes | The address to geocode (required) | |
| country | No | Country name (optional, defaults to India) | |
| pincode | No | Postal code (optional) |