Skip to main content

All Questions

Tagged with
1 vote
0 answers
153 views

Android app crashes while loading an arcGIS map

I'm creating an android app, and I just want to load a map from my arcGIS online. Here's the MainActivity class: public class MainActivity extends AppCompatActivity { private MapView mMapView; ...
MrDoctor'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