This app uses Google Map API.
Add your Google Map API key in map_api_key.js file.
Add the data in the data.js in the following format:
const markers = [
{
"position": {
"lat": 7.75,
"lng": -0.9833300113677979
},
"title": "Atebubu",
"background": "#FF0000ff",
"sentence": [
"Dummy Sententence 1",
"Dummy Sententence 2",
"Dummy Sententence 3",
"Dummy Sententence 4",
"Dummy Sententence 5"
]
},
{
"position": {
"lat": 5.199999809265137,
"lng": -1.0666699409484863
},
"title": "Saltpond",
"background": "#FF0000ff",
"sentence": [
"Dummy Sententence 1",
"Dummy Sententence 2",
"Dummy Sententence 3",
"Dummy Sententence 4",
"Dummy Sententence 5"
]
}
]