mirror of
https://github.com/azaion/satellite-provider.git
synced 2026-04-22 09:06:38 +00:00
api /api/satellite/tiles/latlon
This commit is contained in:
@@ -1,12 +1,5 @@
|
||||
namespace SatelliteProvider.IntegrationTests;
|
||||
|
||||
public record DownloadTileRequest
|
||||
{
|
||||
public double Latitude { get; set; }
|
||||
public double Longitude { get; set; }
|
||||
public int ZoomLevel { get; set; }
|
||||
}
|
||||
|
||||
public record DownloadTileResponse
|
||||
{
|
||||
public Guid Id { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user