Skip to content

Instantly share code, notes, and snippets.

@arriolac
Created June 1, 2022 19:56
Show Gist options
  • Save arriolac/c46d4262bf078011cf7e11a3a526eb88 to your computer and use it in GitHub Desktop.
Save arriolac/c46d4262bf078011cf7e11a3a526eb88 to your computer and use it in GitHub Desktop.
// Copyright 2022 Google LLC.
// SPDX-License-Identifier: Apache-2.0
MyAppTheme {
GoogleMap(
//…
) {
Circle(
center = singapore,
fillColor = MaterialTheme.colors.primary
)
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment