latitude
LocationGenerate latitude coordinates within optional min/max bounds. Perfect for map testing, geofencing, and location-based features.
Example Outputs
52.52000835.68948740.712776-33.868820Parameters
| Parameter | Description |
|---|---|
| min | Minimum latitude |
| max | Maximum latitude |
API Usage
Send a POST request to generate latitude data:
curl -X POST https://mockhero.dev/api/v1/generate \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"tables": [
{
"name": "example",
"count": 5,
"fields": [
{
"name": "latitude",
"type": "latitude",
"params": {
"min": 1,
"max": 100
}
}
]
}
]
}'Common Use Cases
- Map marker testing
- Geofencing testing
- Distance calculation testing
- Location search testing
Quick Info
- Field Type
- latitude
- Category
- Location
- Parameters
- 2 parameters
- Output Format
- JSON, CSV, SQL
Generate Latitude + 155 more types via API
One API call. Multiple tables. Relational integrity. Free tier included.