Questions tagged [android-mapview]

MapView allows you to create your own Google map-viewing Activity

A View which displays a map (with data obtained from the Google Maps service)

MapView usually refers to the old and obsolete v1 API. For the current v2 API, use .

Useful links

2307 questions
0
votes
4 answers

MapView black screen but no errors in Android

I am trying to display a location with a MapView but I can't get it to work. I have already look into all the other threads with the same questions but the solutions don't work for me. Here is what is supposed to work but doesn't: public void…
unkn0wn.a
  • 1
  • 1
  • 6
0
votes
1 answer

Is there any limits for using Google map for android?

i am using google map for a simple android application that load the map to save positions on database and show them later on the map by markers. so i wonder if there is a limitation or is it completely free ? i am using a…
Anass Boukalane
  • 539
  • 10
  • 26
0
votes
2 answers

Why do I need to use MapView instead of standard browser?

What can be the reason to use MapView in my application? Why can not I just pass the url to standard user's browser?
LA_
  • 19,823
  • 58
  • 172
  • 308
0
votes
1 answer

Android Mapbox Mapview shows white screen before rendering maps

Mapbox Mapview shows a white screen flash before the Mapview is rendered. The flash stays for like 500ms after which the map is displayed. I am adding Mapview dynamically to my FrameLayout((addView()) at run time. Below is the code snippet. Please…
0
votes
3 answers

Mapview onTap not firing for OverlayItem onTap

I have a mapview in my app, and everything is working fabulously with touchEvents. However to maximize usership of the App, I have been trying to add trackBall interface functionality as well and am running into a problem. The trackball properly…
user756212
  • 522
  • 5
  • 16
0
votes
1 answer

android mapview problem

I want to show a simple text view on map view pushpin.on click of that pushpin i want to show the detail info. when user taps on specific point i want to show name of that point..these name I'm storing in POJO class and i want to retrieve from…
android
  • 386
  • 1
  • 8
  • 21
0
votes
1 answer

How to fetch specific data from a Firestore database on an activity after clicking on a specific marker in Mapview?

I created a fragment and took a Mapview on it. My Firestore database has a collection called Job Post1 which contains some documents and some fields in it. With that, I fetch Longitude and Latitude with the help of a marker shown on the…
0
votes
2 answers

Getting Error using Bottomsheet using in MapView

I have created a MapView in which i plot the multiple markers using longitude and latitude calling from Database. Now, I want show bottomsheet while click on this markers and show specific data on sheet. I taken some references for bottomsheet from…
0
votes
1 answer

Get Data(title)From Info-Window of Marker and Put on Dialog Box

I have Created MapView in which i plot the marker On Map using Longitude and Latitude calling From Firestore Database. and Also Retrieve The Job Title Name on Info-window as title but Now i have created Dialog Box and in which i want to show Title…
0
votes
1 answer

Plot Multiple Marker on Map-view From Firestore Cloud Database?

I had Stored longitude & latitude in Firestore Collection and using Marker I Showed it On Map. but only one marker is displayed on a map. I want to show multiple markers on a map using stored longitude & latitude in Firestore Collection. Here is my…
0
votes
1 answer

osmdroid 6.1.2: flood of draw() invocations on mapview overlays

I have written a map application with osmdroid, which uses several overlays, standard ones (CopyrightOverlay, ScaleBarOverlay, etc.) plus own implementations (e.g. for a north arrow). All these classes consist of a constructor and a function…
0
votes
1 answer

Calling asynctask from runnable

Is it possible to execute an AsyncTask from Runnable? in my experience it can be done, but not safely. When my app first runs my AsyncTask runs fine from the Runnable. But when the app is moved to the background, then brought back forward I get…
cagreen
  • 1,627
  • 1
  • 14
  • 29
0
votes
0 answers

How to implement live map location in android in MVVM pattern?

I have this Activity which contains the map fragment and all the map channel methods class Maps : AppCompatActivity(), OnMapReadyCallback, SharedPreferences.OnSharedPreferenceChangeListener { // The BroadcastReceiver used to listen from…
0
votes
1 answer

Alternative Pinch-to-Zoom for MapView

Is there any way to implement a alternative Pinch-To-Zoom for the MapView? Because i have problems with original zoom -> MapView MultiTouch zoom (Pinching) unreliable and chaotic, it would be great to implement that by own. For example with the…
ludwigm
  • 3,363
  • 3
  • 28
  • 36
0
votes
1 answer

MapView animate to point problem

I have a following problem. I have a mapView with custom overlays which show popups. Popups appear properly. The issue is that when i zoom in with zoomButtons and I tap an overlay it animates to a tottaly different place. What might be the issue ?
Olek
  • 165
  • 1
  • 3
  • 10
1 2 3
99
100