Skip to content

asiful109/map_visualization

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Map Visualization

This app uses Google Map API.

How to add Google Map API key

Add your Google Map API key in map_api_key.js file.

How to add data

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"
        ]
    }
]

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published