mirror of
https://github.com/brendan-ch/project-inter-server.git
synced 2026-04-16 23:40:32 +00:00
Change region to use top-left and bottom-right coordinates
Replace center+delta region representation with a bounding box defined by topLeft and bottomRight coordinate pairs, which maps more directly to the visible map area. https://claude.ai/code/session_0162emnCi1KxW5FkTNn2ZrvH
This commit is contained in:
@@ -18,10 +18,8 @@ type System {
|
||||
}
|
||||
|
||||
type Region {
|
||||
latitude: Float!
|
||||
longitude: Float!
|
||||
latitudeDelta: Float!
|
||||
longitudeDelta: Float!
|
||||
topLeft: Coordinates!
|
||||
bottomRight: Coordinates!
|
||||
}
|
||||
|
||||
type ParkingSystem {
|
||||
|
||||
Reference in New Issue
Block a user