Skip to content

Instantly share code, notes, and snippets.

@dylanmaryk
Last active February 18, 2018 17:18
Show Gist options
  • Save dylanmaryk/92120b4cc93f645db08dbe2d392322b6 to your computer and use it in GitHub Desktop.
Save dylanmaryk/92120b4cc93f645db08dbe2d392322b6 to your computer and use it in GitHub Desktop.
List<PatternItem> pattern = Arrays.asList(new Dot(), new Gap(20));
PolylineOptions options = new PolylineOptions().pattern(pattern);
map.addPolyline(options);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment