Skip to main content

All Questions

0 votes
1 answer
127 views

Some controls of Google Map view are under status bar and toolbar

I have an app with transparent toolbar and statusbar and there is map which takes all space of the display but I need to move native controls of Google's map view under toolbar somehow How can it be ...
user924's user avatar
  • 11k
5 votes
1 answer
3k views

How to give map api key dynamically in android

I have a use-case in my android app that users of my application have to give API key so that they can use the map. but I see that I have to give the API key in the manifest file. which I can't edit ...
Venkataramanan's user avatar
2 votes
1 answer
2k views

MapView doesn't show google map in Android mvvm databinding [SOLVED]

I'm trying to setup google maps using mapView with data binding and set some markers on map. My map works ok when i hardcode "latlngs", but when i try to set "latlngs" which i get ...
Vlada Momirovic's user avatar
0 votes
0 answers
366 views

Android Google Map clustering not working with data from api

I have to implement in my app clustering functionality for data loaded from server. I have successfully showed the data in the map using retrofit library, but I tried to do clustering and it is not ...
Erald Developer's user avatar
0 votes
0 answers
847 views

Google maps for Android, firewall whitelist

I'm developing a company specific Android application that uses Maps SDK for Android and Google Maps Intents for Android (com.google.android.apps.maps) to show some markers on Google map. Users use ...
bacuba's user avatar
  • 103
3 votes
0 answers
309 views

Unable to display MapView in LiteMode inside RecyclerView

I have a list of saved locations coming from the server that I want to display inside a RecyclerView with a map snapshot of the location. I coded it according to code samples provided for the same by ...
srivastrahul's user avatar
3 votes
1 answer
244 views

Do google map GroundOverlays have anti-aliasing on by default?

I could not find any documentation regarding this. I have observed that my images are anti-aliased by default when loaded on a google map GroundOverlay in Android. Do google map GroundOverlays have ...
Abhishek Bansal's user avatar
0 votes
0 answers
186 views

Is it possible to show a map from Maps SDK for Android without having any gps on the device

I'm developing an app for a Kiosk Tablet (very large screen) which has no gps. I can't manage to show a map on this tablet, maps stays gray with google logo, but it works on any other device even with ...
user7426354's user avatar
0 votes
0 answers
362 views

Interactive MapView under a RecyclerView

Let's say I have a layout like this: <androidx.core.widget.NestedScrollView xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" ...
arekolek's user avatar
  • 9,501
0 votes
0 answers
54 views

How to get a text direction given a LatLng?

having a LatLng is possible to get a text direction like this? Av del Cid, 25, Valencia, España It must be free of charge. Can't find any info about this. For example, this is the LatLng: LatLng ...
NullPointerException's user avatar
0 votes
1 answer
317 views

How to represent direction in a route in google maps?

In a project I'm displaying a route using PolylineOptions for drawing rects from one POI to the next POI. Also in each POI I'm drawing a circle. The objective is to represent the direction of the ...
NullPointerException's user avatar
0 votes
0 answers
69 views

Cannot resolve GoogleMap error Occurred in Android

I want to use GoogleMap in my project, I've used these codes before and it works find but now it doesn't work and show the the error that it cannot resolve googleMap this is my code : public class ...
Navid Abutorab's user avatar
1 vote
1 answer
2k views

google mapView styling doesn't work on Android with maptype=TERRAIN

Using this stackoverflow question, I have tried to apply some custom styling to an Android mapview. The styling is basicly just making the water black mapstyle_json.js: [ { featureType:...
Jonas Praem's user avatar
  • 2,416
3 votes
2 answers
7k views

MapView inside custom RecyclerViewAdapter

I am trying to implement a RecyclerView containing CardViews with each one MapView inside. The problem is, that the MapView, initialized in the custom Adapter, does not load, unless you click on it. ...
ProgFroz's user avatar
  • 317
2 votes
0 answers
187 views

How to load polylines and points on google map v2 for android in the background?

I'm working on a map app for cycling. The challenge I'm facing is loading routes which are very long. Routes which are anything longer than 10000km (6200 miles) is taking an astronomical amount of ...
vepzfe's user avatar
  • 4,597

15 30 50 per page
1
2 3 4 5
12