Skip to main content

ResQ.Core

Location Class

Represents a geographic location with latitude, longitude, and optional altitude.
Inheritance System.Object → Location Implements System.IEquatable<Location>

Example

Remarks

This record provides a standard way to represent geographic coordinates throughout the ResQ system. It includes a method to calculate distance between locations using the Haversine formula for great-circle distance.