Created
April 29, 2022 09:01
-
-
Save kuwapa/ebdc5f9746558ba5fb88497e579df861 to your computer and use it in GitHub Desktop.
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
fun createDummyPath() = arrayListOf( | |
LatLng(35.12972888243833, 137.30017964781746), | |
LatLng(35.16003270167863, 137.34192854082988), | |
LatLng(35.175866072622306, 137.4588457531761), | |
LatLng(35.098973418374655, 137.55921143244922), | |
LatLng(35.15312262941834, 137.65852062512363), | |
LatLng(35.2538363762526, 137.73846100826395), | |
LatLng(35.199466465206655, 137.92757107763117), | |
LatLng(35.31736555432611, 137.92545811180227), | |
LatLng(35.42017123490391, 137.97405622936287), | |
) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment