Skip to main content

All Questions

Tagged with
0 votes
0 answers
25 views

Change MapView padding (to avoid being hidden under a bottom sheet)

I'm showing a bottom sheet on top of MapView. I want to push the map center, and apply bottom padding to MapView according to bottom sheet height. Any thoughts on how to do that?
Soheib Bettahar's user avatar
0 votes
1 answer
58 views

Mastering LiveData StateHandling Chaos

I'm using a MapView to show some markers based on current user location or a selected map position. The problem is when I navigate to another fragment using navigation component and back. Some steps ...
Erkan's user avatar
  • 167
1 vote
1 answer
192 views

Block Mapview from Scrollview interaction Android

I have a ScrollView with many views in it (TextView, Buttons, ...) and at the end there is an osmdroid-mapview, which is just a map. When I touch on the mapview, android does not move the map (zooming ...
KerryKilian's user avatar
0 votes
0 answers
43 views

Launching Google MapView in incognito mode programmatically

I am building an app showing a MapView in a Fragment. It's working fine, but – by any means – is there a way to toggle Google Maps' incognito mode programmatically before the map is shown? My app ...
chosenandfree's user avatar
0 votes
1 answer
144 views

How to show map view with mark and get the longitude and latitude to textview

in my android application, i have to get user location , by user locating the marker in mapview, then textview below to map view will display the longitude and latitude, how to do it
xmadevelpers's user avatar
1 vote
2 answers
447 views

Android Studio Application Crashing on touching MapView

I'm getting this strange error when I touch, scroll, or interact with the Mapbox Mapview. I don't really understand the error message, I appreciate if anyone could give some insight whats going on I ...
Jessica Almany's user avatar
0 votes
2 answers
481 views

RAD Studio TMapView Component can't working properly

I am learning to build Android Google Map app on RAD Studio 11. However, I got crush when the app is being launched. If I change the API key point to another package name, the app can be launched but ...
Kenny Choi's user avatar
1 vote
2 answers
187 views

Android Studio Cannot Resolve MapView Class

while adding the mapview to the layout, I am encountering the following error. How can I solve it?
erenjeager's user avatar
0 votes
1 answer
159 views

What is the best way to find longitude and latitude at the last screen touch of the user?

I develop an android app with the use of ArcGIS map and what im trying to do is to get the lat and long of the last screen touch. I searched for information in the Esri forum and found a solution ...
nivnaory's user avatar