Add tellers assets
This commit is contained in:
parent
7b27e6ef92
commit
1057d09a50
7 changed files with 15 additions and 1 deletions
BIN
src/assets/img/map/cluster/tellers/m1.png
Normal file
BIN
src/assets/img/map/cluster/tellers/m1.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3 KiB |
BIN
src/assets/img/map/cluster/tellers/m2.png
Normal file
BIN
src/assets/img/map/cluster/tellers/m2.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.2 KiB |
BIN
src/assets/img/map/cluster/tellers/m3.png
Normal file
BIN
src/assets/img/map/cluster/tellers/m3.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.9 KiB |
BIN
src/assets/img/map/cluster/tellers/m4.png
Normal file
BIN
src/assets/img/map/cluster/tellers/m4.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 5.2 KiB |
BIN
src/assets/img/map/cluster/tellers/m5.png
Normal file
BIN
src/assets/img/map/cluster/tellers/m5.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 6.1 KiB |
BIN
src/assets/img/map/teller_pin.png
Normal file
BIN
src/assets/img/map/teller_pin.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 5 KiB |
|
@ -1,3 +1,17 @@
|
|||
const GOOGLE_MAPS_API = 'AIzaSyAwVFmgFPt_0fji8qFH5ecGG1A_ZviHe7M';
|
||||
|
||||
export default GOOGLE_MAPS_API;
|
||||
const WHICH_OPTIONS = [
|
||||
{
|
||||
'id': 'G',
|
||||
'value': 'Gateway',
|
||||
},
|
||||
{
|
||||
'id': 'T',
|
||||
'value': 'Teller'
|
||||
}
|
||||
];
|
||||
|
||||
export {
|
||||
GOOGLE_MAPS_API,
|
||||
WHICH_OPTIONS
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue