android-kotlin-geo-maps icon indicating copy to clipboard operation
android-kotlin-geo-maps copied to clipboard

Results 11 android-kotlin-geo-maps issues
Sort by recently updated
recently updated
newest added

**Describe the problem** You add a line with code: ``` Locale.getDefault(), ``` that won't compile, since you never instructed the learner to add: ``` import java.util.Locale ``` in the import...

**Describe the problem** In the section "4. Task: Add map types" your code won't run because you need to add the following code: import android.view.Menu import android.view.MenuItem in the file...

**Describe the problem** ContextCompat.checkSelfPermission function receives context and a string but in the lab it is not passed as a string. **In which lesson and step of the codelab can...

**Describe the problem** There is an error at "map.isMyLocationEnabled = true". The problem states call requires permission check. Here is the code from the codelab: ![image](https://user-images.githubusercontent.com/82476532/130025262-e775ada8-0b3f-4342-8188-3953faaa8eaf.png) __________________________________________________________________________________ Note: the code...

**Describe the problem** the section of the code below no longer works, for the Manifest.permission..... it wants you to rename permission and for the map.isMyLocationEnabled = true it wants you...

**Describe the problem** This is actually not a mistake. It's just that after clicking the [https://mapstyle.withgoogle.com/ ](https://mapstyle.withgoogle.com/) link, it shows the intro for the new **"Cloud-based Maps Styling"**. And the...

when I was using ```ArrayOf(Manifest.permission.ACCESS_FINE_LOCATION)``` it was showing me an error of ```Unresolved reference: permission``` So I replaced it with ```ArrayOf(android.Manifest.permission.ACCESS_FINE_LOCATION)``` and this fixed the issue and the project build...

**Describe the problem** A clear and concise description of what the problem is. The anchor on "Google API Console", instead of going to this link https://console.developers.google.com/apis is pointing to some...

![image](https://user-images.githubusercontent.com/24217536/77988902-fa77fe80-734f-11ea-8f1c-fcf58789fa50.png)

In lesson 3, in the into and step 2, the "Google API Console" links are now pointing to URLs that start with "https://login.corp.google.com/request?s=pantheon.corp.google.com:443/uberproxy/&d=https://pantheon.corp.google.com/..." rather than the expected page.