Created
June 1, 2022 19:33
-
-
Save arriolac/6a410c7dd9ac3fb64b30112d4ec7eb52 to your computer and use it in GitHub Desktop.
GoogleMapProperties.kt
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
// Copyright 2022 Google LLC. | |
// SPDX-License-Identifier: Apache-2.0 | |
GoogleMap( | |
properties = MapProperties(isBuildingEnabled = true) | |
// … | |
) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment