Created
April 25, 2018 10:45
-
-
Save mamezito-zz/d4e3870a627dfe2a3da8d486ec6e12ce to your computer and use it in GitHub Desktop.
Building Mapbox Route in Framer
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
myMap.buildRoute(point1, point2, 9, "#ffcc00") | |
#where myMap - is your map object name. Point1, Point2 are your start and end points of route, last two attributes are strokeWidth and strokeColor |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment