Skip to main content
Filter by
Sorted by
Tagged with
-1 votes
1 answer
166 views

I applyed night style to maps with a night json described here. I did it with this code: GoogleMap( properties = MapProperties(mapStyleOptions = if (isSystemInDarkTheme()) ...
NullPointerException's user avatar
1 vote
0 answers
70 views

I need to add an arrow each 15 steps of the polyline. This code paints the full polyline without arrows, and it works very smooth and fast, but without arrows: if (mapState.lineSteps.isNotEmpty()) { ...
NullPointerException's user avatar
0 votes
0 answers
58 views

I have an android app where I use a google map where the buildings are 3d. I want it to switch to only 2d. It is possible in the Google Cloud Console but here there aren't many label settings which I ...
user29491153's user avatar
1 vote
0 answers
42 views

I'm trying to update the InfoWindowMarker content of my Google map in Compose, for that, I added a onClick to the InfoWindowMarker and when it's clicked, it changes a "favorite" variable ...
NullPointerException's user avatar
0 votes
2 answers
91 views

How can a CircularProgressIndicator composable be displayed until every AdvancedMarker has been added to Maps? There are a lot of markers, and a frozen screen is noticed until all markers are added I'...
NullPointerException's user avatar
0 votes
0 answers
118 views

I get the data async from the backend so there is not really a way to load it from memory. I created the map like this @Composable private fun HoaxLocatorScreen( cameraPosition: ...
No_Name's user avatar
  • 333
1 vote
0 answers
120 views

Using this example activity: https://github.com/googlemaps/android-maps-compose/blob/main/app/src/main/java/com/google/maps/android/compose/markerexamples/MarkerClusteringActivity.kt I want to only ...
Mario Huizinga's user avatar
0 votes
1 answer
58 views

I have a fragment which displays the position of store on Google Map: import android.os.Bundle import android.view.LayoutInflater import android.view.View import android.view.ViewGroup import androidx....
anta40's user avatar
  • 6,813
1 vote
2 answers
209 views

I have a screen that contain a list of custom markers with clustering and works fine. The problem is sometime after open de screen my google maps show my customs markers AND the default markers on the ...
Aris Guimerá's user avatar
1 vote
0 answers
408 views

I'm using Flutter with the Google Maps Flutter plugin to display a map in my application. I've applied custom styling to the map using the setMapStyle method to change the color of roads to a specific ...
Bahadur Khan's user avatar
4 votes
1 answer
491 views

When migrating from com.google.android.gms:play-services-maps:18.0.2 to com.google.android.gms:play-services-maps:18.2.0, my shapes suddenly started to appear behind the buildings and road labels, ...
Henrik Berg's user avatar
0 votes
2 answers
67 views

public class Game_Activity extends FragmentActivity implements OnMapReadyCallback { private Location currentLocation; private FusedLocationProviderClient fusedClient; private static final ...
Jonathan Kalush's user avatar
1 vote
0 answers
664 views

I just migrated my code to SDK 34 and Jeptpack compose version 1.5.4 and material3 v = 1.1.2 also com.google.gms:google-services:4.4.0 but I am getting crash when opening Google map which was working ...
Jeevan Rupacha's user avatar
0 votes
2 answers
2k views

I am developing taksi app when I run app I am getting following exception Unable to update local snapshot for com.google.android.libraries.consentverifier#com.example.starttaksi, may result in stale ...
Edgar's user avatar
  • 1,080
0 votes
1 answer
992 views

I have created a project that should display Google Map, but I constantly get a maps displayed with watermark and a warning in a console: Google Maps JavaScript API warning: NoApiKeys https://...
Orwellian's user avatar
2 votes
2 answers
451 views

I am trying to embed native android view of google map in my flutter app. I know we already have google_map_plugin on pub.dev but to improve myself as a developer i am trying to integrate native ...
Chup bae's user avatar
  • 101
0 votes
1 answer
261 views

What we have achieved so far is to be able to use MAP IDs on our Android project and configure Map Styles dynamically on our application. Recently though we are attempting to showcase transits ...
Naman's user avatar
  • 32.7k
1 vote
0 answers
63 views

I am trying to calculate distance between two points using SphericalUtil.computeDistanceBetween. The value which I provided is from com.google.android.gms.maps.model.LatLng but the required type is ...
Ajinkya's user avatar
  • 21
2 votes
3 answers
5k views

Earlier versions of Android Studio allowed the developer to create a project using the Google Maps Activity template as detailed on Google's Maps SDK for Android Quickstart. However, Android Studio ...
tronman's user avatar
  • 10.2k
0 votes
0 answers
189 views

I have an Activity named as HomeActivity.kt where I have BottomNavBar. My HomeActivity.kt is as below. import android.os.Bundle import androidx.appcompat.app.AppCompatActivity import androidx.fragment....
Harry's user avatar
  • 284
0 votes
0 answers
221 views

I've been struggling w this project for weeks now. Specifically getting the API Keys to work, I'm not sure what I'm doing wrong. My code is as follows: package com.example.hopefullyfinalgeoguessr; ...
dudewhoislearning's user avatar
1 vote
0 answers
226 views

I am creating an app, and it has a bottom navigation bar. One of the pages I am going to use for a map with the current location. The following shows my code so far for that page. Can this code be ...
FellSachi's user avatar
0 votes
1 answer
188 views

I am implementing an android app in java to determine if an object is in flight (in the example ,it's a phone hang on a drone ) . To proceed,i retrieve the altitude of the phone , then i retrieve the ...
Patrick Renaud's user avatar
0 votes
1 answer
684 views

I am working on a Flutter project where I have to add user details as well as location of their mosques so how can I implement in this form using google maps in Flutter? Which are resources should I ...
Adnan Hussain's user avatar
0 votes
0 answers
75 views

I want to create an application that tracks childs location through firebase and implement geofence on that location. How do i initiate GeofenceClient with that location from firebase instead of my ...
Chaitanya Gorule's user avatar

1
2 3 4 5
93