Skip to main content

All Questions

0 votes
0 answers
61 views

How can I implement street view in flutter with marker in Android to the street view of user current location

How can I implement a street view in a Flutter with a marker in Android to the street view of the user's current location? I have tried some packages but they do not have an option for set-up markers. ...
Ankit Singh's user avatar
0 votes
1 answer
80 views

How to remove previous marker and also rotate the marker in google maps?

I am facing problem while removing the previous marker in google map. As my latitude and longitude values are updating new markers are showing in google map but does not remove any previous marker. ...
Mohammad Navid Nayyem's user avatar
0 votes
1 answer
63 views

How to count markers within the user radius using geofire query in android?

Here is my code I add marker to the location within the radius GeoQuery geoQuery = geoFire.queryAtLocation( new GeoLocation( latitude, longitude ), 1 ); HashMap<String, Marker> markers = new ...
Adrian's user avatar
  • 5
0 votes
0 answers
187 views

Pub get failed & errors in dependencies (Flutter Retrieve Markers From Firestore in Flutter app)

I am newbie in app development and follow the tutorial as below: Firebase project setup & create database in firestore : https://www.youtube.com/watch?v=1NO-F6fhQow&list=PLgGjX33Qsw-...
wei's user avatar
  • 1
-1 votes
1 answer
378 views

Upload markers with coordinates to Firebase and show them to other users on React Native app

I am developing a crime map using Firebase + React Native. I would like to save on Firebase the coordinates of the marker generated by the user once he/she touches the map (including other fields such ...
Pista's user avatar
  • 3
0 votes
0 answers
198 views

Iterate through a list and remove markers from google map in Android

I'm building a map based app, and I have a realtime database of users in firebase. I want to draw markers of all online users on the map, and remove the marker if the user matching it went offline. I'...
zivnadel's user avatar
  • 107
0 votes
1 answer
885 views

How I can get lat and long of marker then store in firestore - flutter

I want to get the latitude and longitude of the marker in this code for store this location in firebase body: GoogleMap( zoomControlsEnabled: false, initialCameraPosition: CameraPosition(...
Amer Al Haj Ali's user avatar
0 votes
1 answer
471 views

Flutter: Google Maps how to set icon from Firestore

I have page with Google Maps. In it i show a lot of markers. I use FireStore to store marker data such as latlng, title and icon. Latlng and Title working fine, i managed to display my markers from ...
IBlackVikingl's user avatar
1 vote
1 answer
198 views

Moving marker in Google Maps using GeoPoint inserted in Firestore

I'm creating an app in android studio IDE that uses Google Maps API and has multiple users. I already inserted the geo point of each user in the firebase fire store. the problem is when I mark their ...
Josephjet Abela's user avatar
0 votes
1 answer
1k views

How to convert an image string into integer on Android?

I want to retrieve an image from Firebase and place it in a canvas so that I use it to place in the custom google marker. I get an error when I use the .toInt() method. Maybe that's a wrong way of ...
perpetualdarkness's user avatar
1 vote
2 answers
2k views

How to add multiple markers on the google map

I am trying add multiple markers from the coordinates read from the firebase. It reads all the coordinates and store in the list. I have created the addMarker function to add the markers to the map. ...
Dilshan Madulanka's user avatar
0 votes
1 answer
421 views

How to set image in google marker with a border in Android?

I have profile photo of users stored in Firebase and I want to know how I can create a marker with the user's profile photo with an orange border. I tried some code from the internet and it works but ...
perpetualdarkness's user avatar
0 votes
1 answer
163 views

Can't access to data in firestore snapshot to Add Markers to Google Maps stored in Firebase

I need help accessing data in firebase firestore snapshot, I need latitude and longitude. I have both fields in database as well as Geopoint. I can see the data in console.log, but I can't access ...
SenTnel's user avatar
  • 31
0 votes
0 answers
59 views

Android custom marker loading problem, with picasso

I want to take photos from firebase and add them to the custom map marker with the help of picasso. I was able to do this, but when the fragment was first opened it doesn't show the photos. The photos ...
Serdar Şahin's user avatar
0 votes
1 answer
762 views

Show pins of a subcollection of firebase on map - Flutter

I have an application that reads parkings data from firebase and shows some pins of on map. Now the application shows just the pins for parkings but I also want to add on the map the pins from every ...
Andreea Purta's user avatar

15 30 50 per page
1
2 3 4 5