Skip to main content

All Questions

0 votes
0 answers
8 views

google map details are different on different devices

I have implemented google map in one of my application.before few days all was working fine, but i am finding a weird behavior in google map while tracking vehicle on map.The details of the map are ...
Santosh Yadav's user avatar
0 votes
1 answer
42 views

Google map directions delay loading the itinerary

I'm using google map intent in my react native application has been almost one year without any problem passing the coordinates in this url allowing the user to open "Google maps" on ...
Ruchaw's user avatar
  • 1
0 votes
2 answers
87 views

Is there a way to change the position of the Google Maps API buttons in Compose?

I would like to move the map buttons, mainly the Compass button (which appears at the top left) and the My Location button (which appears at the top right) so that I can put them down or in any ...
Ulises Cortés's user avatar
0 votes
0 answers
38 views

Can I have two different Google Map keys to load google maps in two different activities in a single android app?

I have a android application in which I need to load google maps in two different activity. How to use two different google map keys for each activity. Is it even possible? Earlier I had only one API ...
dev's user avatar
  • 1
0 votes
0 answers
133 views

Google Maps styling applies only above zoom level 13, below that roads turn black instead of styled color

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
1 vote
1 answer
136 views

Using google maps api key in open source GitHub repository in Flutter app

I am developing an open source Google Maps project by Flutter and I do not want the GMS API to appear in my repo when I integrate with Google Maps. I don't know how I can use the variable in the .env ...
senabdulgani's user avatar
0 votes
0 answers
55 views

Track my location only when I'm load this app / fragment at the second time

I'm facing an unusual issue in my Android application where the initial GPS location doesn't update properly when the app is loaded for the first time. Here's the relevant code snippet: public class ...
amitav's user avatar
  • 1
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
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
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
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

15 30 50 per page
1
2 3 4 5
125