mirror of
https://git.rezel.net/LudoTech/traque.git
synced 2026-04-11 00:30:19 +02:00
eslint for mobile + new maps API key + cleaning
This commit is contained in:
13
mobile/traque-app/util/constants.js
Normal file
13
mobile/traque-app/util/constants.js
Normal file
@@ -0,0 +1,13 @@
|
||||
export const InitialRegions = {
|
||||
paris : {
|
||||
latitude: 48.864,
|
||||
longitude: 2.342,
|
||||
latitudeDelta: 0,
|
||||
longitudeDelta: 50
|
||||
}
|
||||
};
|
||||
|
||||
export const ZoneTypes = {
|
||||
circle: "circle",
|
||||
polygon: "polygon"
|
||||
};
|
||||
Reference in New Issue
Block a user