Isochrone API

Reachability Analysis & Coverage Maps

Generate time and distance contours to visualize reachable areas. Perfect for catchment analysis, service area planning, and location-based insights.

Visualize Reachability Areas

Generate isochrone polygons to show all locations reachable within specific time or distance limits. Perfect for service area analysis, catchment mapping, and location planning.

  • Multiple time-based contours (5, 10, 15+ minute intervals)
  • Distance-based isochrones in meters or kilometers
  • Ideal for retail site selection and delivery zone planning
  • Understand true accessibility considering road networks

Compare Travel Modes

See how different travel modes create dramatically different reachability areas. The same 15-minute travel time covers vastly different geographic areas by car versus walking.

  • Support for driving, walking, cycling, and transit modes
  • Driving typically covers 5x more area than walking in the same time
  • Compare accessibility for different customer segments
  • Optimize location decisions based on target audience mobility
🚗
Driving (15 min)~30 km² coverage
🚶
Walking (15 min)~6 km² coverage

Simple API Integration

Send a location and time intervals, receive GeoJSON polygons ready to display on your map. The API handles all complex calculations and returns precise reachability areas.

  • Single API call for multiple isochrone contours
  • GeoJSON output ready for map visualization
  • Sub-second response times for real-time applications
  • Support for time and distance-based calculations
Isochrone API Response
JSON
POST https://gateway.mapmetrics-atlas.net/
isochrone/?token=YOUR_TOKEN
{
  "locations": [{"lat": 52.5200, "lon": 13.4050}],
  "costing": "pedestrian",
  "contours": [
    {"time": 5, "color": "00ff00"},
    {"time": 10, "color": "ffff00"},
    {"time": 15, "color": "ff0000"}
  ],
  "polygons": true
}
Response:
{
  "type": "FeatureCollection",
  "features": [
    { "type": "Feature",
      "properties": {"contour": 5, "metric": "time"},
      "geometry": {"type": "Polygon", "coordinates": [[...]]}
    } ] }

Key Features

Powerful reachability visualization

Time-based Contours

Generate reachability polygons showing areas accessible within specific time limits

Distance-based Contours

Create isodistance polygons for areas within certain distance ranges

Multiple Intervals

Generate multiple contour rings for different time or distance thresholds

Travel Mode Support

Calculate isochrones for driving, walking, cycling, and public transit

Coverage Analysis

Analyze service area coverage and identify underserved regions

Location Planning

Visualize catchment areas for optimal facility and store placement

Technical Specifications

Core Capabilities

Contour Types
Time & Distance based
Travel Modes
Drive, Walk, Cycle, Transit

Output & Analysis

Output Format
GeoJSON polygons
Coverage Analysis
Service area insights

Performance

Intervals
Multiple threshold rings
Response Time
Sub-second generation

Pricing

Free Tier
100,000 isochrones/month
Rate Limits
Unlimited

Ready to get started?

Join thousands of developers using MapAtlas APIs to power their location-based applications.

API Isochrone - Analyse d'Accessibilité | MapAtlas