Skip to content

Instantly share code, notes, and snippets.

@ng-the-engineer
Created May 30, 2021 09:17
Show Gist options
  • Save ng-the-engineer/7eac3fe43d8e9f1c7ea9e72f8043eb90 to your computer and use it in GitHub Desktop.
Save ng-the-engineer/7eac3fe43d8e9f1c7ea9e72f8043eb90 to your computer and use it in GitHub Desktop.
Code snippet of tutorial running tracker
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