Last active
February 10, 2021 22:55
-
-
Save dariadobsai/a0dd9e673fd3dac34ff272d7745bb2a5 to your computer and use it in GitHub Desktop.
Historical map overlay with MapBox in Flutter
This file contains hidden or 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
// Full URL: https://api.mapbox.com/styles/v1/{user}/{style}/tiles/256/{z}/{x}/{y}?access_token={accessToken} | |
const urlStart = "https://api.mapbox.com/styles/v1/{user}/"; | |
const urlEnd = "/tiles/256/{z}/{x}/{y}?access_token={accessToken}"; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment