Created
May 30, 2021 09:17
-
-
Save ng-the-engineer/7eac3fe43d8e9f1c7ea9e72f8043eb90 to your computer and use it in GitHub Desktop.
Code snippet of tutorial running tracker
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const updateMap = (event) => { | |
... | |
drawNewSegment(event.detail) | |
.then((detail) => drawNewMarker(detail)) | |
.then((detail) => refreshMeter(detail)) | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment