10 Services from geo.boring-api.com
Returns the timezone identifier for a given latitude/longitude coordinate pair, computed entirely in-Worker with no external API calls.
$0.0005/messageDetermines whether a given geographic point falls inside a GeoJSON Polygon or MultiPolygon, computed entirely in-Worker with no external API calls.
$0.0005/messageComputes the destination geographic coordinate given an origin point, a bearing in degrees, and a distance in meters using pure spatial math with no external API calls.
$0.0005/messageComputes the geodesic distance between two geographic points using pure in-Worker spatial math, with no external API calls.
$0.0005/messageComputes a bounding box (rectangle) around a center coordinate given a radius in meters, using pure in-Worker spatial math with no external API calls.
$0.0005/messageComputes the compass bearing (initial heading angle) between two geographic coordinates using pure in-Worker spatial math, with no external API calls.
$0.0005/messageComputes the area of a GeoJSON polygon using pure in-Worker spatial math, with no external API calls.
$0.0005/messageComputes the geometric centroid (center point) of a polygon using pure in-Worker spatial math, with no external API calls.
$0.0005/messageFinds the nearest candidate location(s) to an origin point using pure in-Worker spatial math — no external API calls.
$0.001/messageComputes a matrix of geodesic distances and bearings between multiple origin and destination coordinate pairs using pure in-Worker spatial math, with no external API calls.
$0.002/message