Skip to content

Commit

Permalink
Format generated codes
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Li committed Jun 25, 2021
1 parent 6f8996b commit b725fd5
Show file tree
Hide file tree
Showing 6 changed files with 26 additions and 177 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ class PointAnnotationActivity : AppCompatActivity() {
}
// random add symbols across the globe
val pointAnnotationOptionsList: MutableList<PointAnnotationOptions> = ArrayList()
for (i in 0..2000) {
for (i in 0..20) {
pointAnnotationOptionsList.add(
PointAnnotationOptions()
.withPoint(AnnotationUtils.createRandomPoint())
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b725fd5

Please sign in to comment.