mirror of
https://github.com/azaion/satellite-provider.git
synced 2026-04-22 09:06:38 +00:00
route stitching
This commit is contained in:
@@ -8,5 +8,6 @@ public class CreateRouteRequest
|
||||
public double RegionSizeMeters { get; set; }
|
||||
public int ZoomLevel { get; set; }
|
||||
public List<RoutePoint> Points { get; set; } = new();
|
||||
public bool RequestMaps { get; set; } = false;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user