mirror of
https://git.rezel.net/LudoTech/traque.git
synced 2026-04-11 00:30:19 +02:00
13 lines
235 B
JavaScript
13 lines
235 B
JavaScript
export const InitialRegions = {
|
|
paris : {
|
|
latitude: 48.864,
|
|
longitude: 2.342,
|
|
latitudeDelta: 0,
|
|
longitudeDelta: 50
|
|
}
|
|
};
|
|
|
|
export const ZoneTypes = {
|
|
circle: "circle",
|
|
polygon: "polygon"
|
|
}; |