MockHero

latitude

Location

Generate latitude coordinates within optional min/max bounds. Perfect for map testing, geofencing, and location-based features.

Example Outputs

52.52000835.68948740.712776-33.868820

Parameters

ParameterDescription
minMinimum latitude
maxMaximum 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

Try it now

Generate latitude data instantly in the playground.

Generate Latitude + 155 more types via API

One API call. Multiple tables. Relational integrity. Free tier included.

Get Started Free