python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Null check operator used on a null value when using a static function
I have a static void method that always returns a null check error , The same line of code works fine with other methods/ functions. I have no clue why this is happening.
The configMaps.dart (global d...
Pannam
Votes: 0
Answers: 1
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 Ha...
Adrian
Votes: 0
Answers: 1
How to make a geofire query from firebase and not from Android?
I'm trying to query a location db, geofire, but don't want the query fully open from the client's side.
If I allow the Android client to specify the point and radius (as specified here), I'm opening a...
AlikElzin-kilaka
Votes: 0
Answers: 1
The radius is bigger than 8587.0 and hence we'll use that value
I have an uber app where i need to query the customer location , i set my initial radius to 1 , and the application was working fine , after sometime without any changes made of my part , it started t...
Taki
Votes: 0
Answers: 0