Geo tools

Accepted formats include latitude and longitude in decimal degrees, latitude and longitude in degrees/minutes/seconds, and UTM coordinates.


Geo calculations API

This endpoint converts Location A, optionally converts Location B, and returns both raw and curved Earth distance when both points are present. Include your API key in the query string as apiKey={APIKey}.

Endpoint: https://utilities.m3coding.com/api/tools/geo/v1/calculate?apiKey={APIKey}&locationA=34.052235,-118.243683&locationB=40.7128,-74.0060

Supported query parameters: locationA, locationB, formatA, and formatB. Formats can be decimal, dms, or utm. If omitted, the API will try decimal, then DMS, then UTM automatically.

Examples