diff --git a/src/assets/img/map/cluster/tellers/m1.png b/src/assets/img/map/cluster/tellers/m1.png new file mode 100644 index 0000000..eb86059 Binary files /dev/null and b/src/assets/img/map/cluster/tellers/m1.png differ diff --git a/src/assets/img/map/cluster/tellers/m2.png b/src/assets/img/map/cluster/tellers/m2.png new file mode 100644 index 0000000..6abdc53 Binary files /dev/null and b/src/assets/img/map/cluster/tellers/m2.png differ diff --git a/src/assets/img/map/cluster/tellers/m3.png b/src/assets/img/map/cluster/tellers/m3.png new file mode 100644 index 0000000..aac64d4 Binary files /dev/null and b/src/assets/img/map/cluster/tellers/m3.png differ diff --git a/src/assets/img/map/cluster/tellers/m4.png b/src/assets/img/map/cluster/tellers/m4.png new file mode 100644 index 0000000..25eefe9 Binary files /dev/null and b/src/assets/img/map/cluster/tellers/m4.png differ diff --git a/src/assets/img/map/cluster/tellers/m5.png b/src/assets/img/map/cluster/tellers/m5.png new file mode 100644 index 0000000..3e16a08 Binary files /dev/null and b/src/assets/img/map/cluster/tellers/m5.png differ diff --git a/src/assets/img/map/teller_pin.png b/src/assets/img/map/teller_pin.png new file mode 100644 index 0000000..3b95d53 Binary files /dev/null and b/src/assets/img/map/teller_pin.png differ diff --git a/src/utils/constants.js b/src/utils/constants.js index 07fa415..b81943f 100644 --- a/src/utils/constants.js +++ b/src/utils/constants.js @@ -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 +};