Skip to main content

Questions tagged [google-maps-android-api-2]

Google Android Maps Api v2 is the next generation of Google Maps SDK available for Android developers.

google-maps-android-api-2
0 votes
0 answers
36 views

How can I make only some markers clickable in Google map for Android?

I am developing an Android app with a google map, which contain various markers. Some of these markers should be clickable, and it works nicely, using the setOnMarkerClickListener method on the ...
Henrik Berg's user avatar
0 votes
2 answers
1k views

java.util.concurrent.ExecutionException: java.lang.SecurityException: GoogleCertificatesRslt: not allowed:?

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
0 votes
0 answers
54 views

wrong react native map boundaries when the map is rotated

Summary I'm using react-native-maps for the following issue. I'm trying to get the visible map boundary using mapRef.current?.getMapBoundaries, it returns { northEast: LatLng, southWest: LatLng }, ...
عبد الحميد مرعي's user avatar
0 votes
0 answers
26 views

Is there a way that can move a the camera to a point on the map view on Android?

As we know, val targetLocation = LatLng(latitude, longitude) val update = CameraUpdateFactory.newLatLng(targetLocation) map?.animateCamera(update) will move the targetLocation to the center of the map ...
zhaopan liu's user avatar
3 votes
1 answer
100 views

Polylines can't be remove on the map

I am working on an Android app that uses the Google Maps Android API, and I'm having trouble clearing polylines from the map. I have implemented the addition of polylines within a dialog, and I want ...
Chichi's user avatar
  • 51
0 votes
1 answer
585 views

REACT: Google Maps API key - Warning: NoApiKeys

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
1 vote
0 answers
139 views

Flutter -> glass effect over google maps?

I have a scaffold -> stack -> google maps, some buttons, and a BackdropFilter. In a test page without google maps, the filter fuzzies out everything as expected. However, when you have a ...
Das Boomer's user avatar
2 votes
2 answers
357 views

Google Map displays with empty location even with valid api key in flutter when app is launched and works properly when i do multiple hot reload

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
0 votes
1 answer
204 views

Flutter Google Map Initial Location null?

The intent is to have the page load and show in the Google Map the current location as per the GPS of the device. What is wrong in the following code? It appears it doesn't want to await the location ...
Das Boomer's user avatar
0 votes
1 answer
167 views

Render transit layer on Android Google Maps

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
  • 30.5k
0 votes
0 answers
48 views

how to force the request to always bring the zip code when placing the street name

I'm going through a probelam using Google Maps JavaScript API, without looking for the street name it brings the city and state, but not always brings the zip code, I needed that whenever I searched ...
Danilo Godinho's user avatar
0 votes
1 answer
91 views

How to know whether I am at a straight road, a roundabout, or at a left or right turn, or a dead-end using Google Mapd SDK?

We are building a product for visually impaired people for which we need to know what kind of road our user is on. At any kind of turn, we need to be able to specify whether it's a left or right turn, ...
abhineet's user avatar
0 votes
0 answers
171 views

Added metadeta tag in AndroidManifest.xml in React native but still get error of "API key not found"

I am working in React native application where i want to include the google maps . I installed the package and added the metadata tag in AndroidManifest.xml the details and my api key but still get ...
Siddhant Kotambe's user avatar
1 vote
0 answers
53 views

Passed value mismatch error for SphericalUtil.computeDistanceBetween()

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
0 votes
1 answer
159 views

can't run android app with geospatial feature

I'm trying to run an AR core functionality app, the code base is from google code lab Here's the project URL https://github.com/google-ar/codelab-geospatial I have followed all the instructions ...
Ahmed Gamal's user avatar

15 30 50 per page