I am trying to figure out. How I can put the Login-Button at the end of the view, but on the foreground of placeholderText. This green textfield should be replaced by a maps-view later. My current code: and my current state looks like this: My targetview should looks like this: It would be great, if somebody could help me with
Tag: google-maps
Using one Google Maps Activity, call a method using three different buttons
I have an android application in which I have 3 buttons and by pressing them I want to call three different Google maps markers, by using the same google maps activity. CLASS WITH 3 DIFFERENT BUTTONS and then my GOOGLE MAPS ACTIVITY CODE This is what I’ve done so far, but I can’t find a way to use the same
Displaying data from Firebase into custom Info Window
I’m trying to display a couple of user details from Firebase into a custom Map Marker after the location data has been retrieved from the database but I don’t know if I should implement FirebaseRecyclerAdapter or a normal one. How should I do this? I’m trying to at least retrieve the user’s name, emergency type, and alert level and display
How to store maps api key in local.properties and use it in AndroidManifest.xml
I am using Jetpack Compose and trying to integrate Google maps in my application. I have followed the documentation in setting up an API key. However, I am getting an error when building the project. On my local.properties file I have the following code: And on my AndroidManifest.xml I have the following code: But, this seems that it is not
How to retrieve a list of custom objects from Cloud Firestore in Android
I posted before but was not aware of the post standards for questions, so I have reformatted with code to back my issue. I’m working on an app that uses Google Maps to take you on local tours and keep track of which Landmarks you have visited. I have managed to write to the database (As shown in picture), but
Retrieve location from Firebase and put marker on google map
I created the database in Firebase and tried to show the marker in the map. Still not working. what should I do. The app runs but when map activity is opened the app closes. I creates the database manually. I referred this link :- Retrieve location from Firebase and put marker on google map api for android. This is the
Geo Intent Label not showing in Google Maps App
Since my Google Maps app updated recently, now version 10.11.1, the following code does not show the label as expected, documented, and previously working: And neither does this version (with 0,0 immediately after geo:): Neither does the example code in the official documentation show a label: Answer Update: Scheduled to be fixed in v11.12 perhaps before the end of January
How to retrieve data from Firebase database and show the values in Google map?
In my database, I have values about location for each persons like that database structure and I want to retrieve data and show in the map. How get get and show? I created an ArrayList and details class constuctor for get a values. Answer To solve this, please use the following code: But I strongly recommend you, to store the
Set custom view for my location button in google map
I am using the Google Maps Android API v2, and I need a way to change the view (icon, color, etc.) of “My Location” button. now i can change the position of that but i need a way to do a full customization. can somebody help me please? Answer The location button is actually an ImageView. You should first retrieve