mirror of
https://github.com/azaion/satellite-provider.git
synced 2026-04-23 04:26:37 +00:00
route in progress, region stitching is disabled by default
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
namespace SatelliteProvider.Common.DTO;
|
||||
|
||||
public class RoutePoint
|
||||
{
|
||||
public double Latitude { get; set; }
|
||||
public double Longitude { get; set; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user