BrickLai / website-APIs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HappyDay Website with APIs

Technologies

  • HTML5
  • CSS3
  • Git
  • key Code

    const geolocate = new mapboxgl.GeolocateControl({
        positionOptions: {
        enableHighAccuracy: true
        },
        trackUserLocation: true
        });
        // Add the control to the map.
        map.addControl(geolocate);
        // Set an event listener that fires
        // when a geolocate event occurs.
        geolocate.on('geolocate', () => {
        console.log('A geolocate event has occurred.');
        });
    

    Launch

    Click here to visit.

    About


    Languages

    Language:CSS 54.0%Language:HTML 33.4%Language:JavaScript 12.6%