Skip to main content

All Questions

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
2 answers
3k views

Jetpack Compose: How to click on Maker in Google Maps?

I use official Google Maps Compose lib and I can't understand...how implement click on the marker? @Composable fun MapContent(city: City) { val pos = LatLng(city.latitude, city.longitude) val ...
user avatar
3 votes
0 answers
166 views

Android Google Maps - Update custom Tiles (TileProvider) without flickering (weather maps)

I'm using Google maps in my app with custom tiles (weather images - radar) above the maps. Now I want to do some animation with that tiles. So the user can change the time and it will show tiles for ...
Pepa Zapletal's user avatar
2 votes
1 answer
317 views

How to smoothly animate current position with a custom LocationSource in Google Maps SDK?

I am using a custom LocationSource that provides updates every 300+ ms. Below you can observe that the coordinates updates are making the blue dot (current position) move in quite a shaky way (I was ...
Andrei Mesh's user avatar
4 votes
2 answers
17k views

Unhandled Exception: type 'String' is not a subtype of type 'Uri'

I have been working on a flutter mobile project of a taxi clone app. I have used Google Maps API for GeoCoding and Directions. I have been following a tutorial on youtube (the link). When I run the ...
prajyot sharma's user avatar
2 votes
1 answer
1k views

Android Google Map listeners getting called continuously

I have integrated google map into my application. Listener methods onCameraIdle() and onCameraIdle() functions are getting called continuously how to stop that? Below is my fragment code: class ...
Vasuki's user avatar
  • 21
1 vote
0 answers
323 views

Plan a route in Google maps on phone, then share it to another app

I have found a way to intercept an intent and share a route from Google maps to my Android app, like described here: How to add your application to the "share this place" list in Google maps ...
Wilhelm Sorban's user avatar
0 votes
1 answer
4k views

Implementig Swiggy like Delivery app's map design

Swiggy or any other On-Demand Services like delivery app uses a map activity like the image below I planned about the implementation- 1) Add a Places AutoComplete API fragment/ activity 2)...
user9185187's user avatar
2 votes
1 answer
2k views

Android Studio Google Maps custom Map, Only want to display the custom map but make use of google maps features

I understand that the title might add a little confusion, I'll do my best to explain it here. I'm trying to create an app for a charity, and they want a map for their site that they can navigate ...
Dumbledore's user avatar
0 votes
1 answer
37 views

Google maps giving alternate route instead of my desired route

I am using google maps to show some locations & I want to show the route that goes along the locations which I added previously on the map. But when I hit the URL, it's giving me an alternate ...
ChandraMouli Poreddy's user avatar
0 votes
2 answers
148 views

Wrong type argument for PermissionCheck around GoogleMap OnMyLocationChangeListener

I am working on an Android App that should use the Location of the user in a Google Map. However, the required permission check for the LocationManager fails in the context of the GoogleMap ...
DWA's user avatar
  • 530
0 votes
1 answer
466 views

Google Maps API KEY Abuse using BOTNET + APK

Im going to make an app which uses Google Maps API. We all know it isn't free for searching etc. This API KEY needs to be saved in the app code which can be reverse engineered and extracted. What ...
user avatar
0 votes
1 answer
690 views

How can I set a SSL certificate for Google Maps Android API UrlTileProvider?

I want to set a custom SSL certificate for my UrlTileProvider from the Google Maps Android API. In my subclassed UrlTileProvider I'm setting the URL to the WMS of my Geoserver by https. Can you tell ...
Marcel Gangwisch's user avatar
1 vote
1 answer
6k views

Create personal POI for google maps

I am working on a project where my customer has to administrate (delete & add) several addresses (locations) on a google map. This map needs to be inserted in a website with all the POIs. Also ...
Hans's user avatar
  • 11
2 votes
0 answers
801 views

Google Maps not rendering in Android Application

The map displays location names in the screenshots below and my code takes me to the correct location when I click get directions, but the actual map is not rendering. When I scroll around it ...
Sheldon John's user avatar

15 30 50 per page
1
2 3 4 5
9