bajajsahil

Results 12 comments of bajajsahil

Hello @bpillon, Thanks for your response. Our app only shows places that are within 5 miles radius. And, the places which are very close are getting hidden behind each other....

@pr-1 Not yet. You can try clustering the markers based on their distance from each other. We have Dart and Java code to get the distance between the 2 locations....

@florissmit1 Yes, it is device-specific. It's working perfectly for Samsung device. I am having an issue with Xioami.

Hi @mvanbeusekom, your response is appreciated. I am waiting for it. Thanks.

Thanks, @mvanbeusekom for your response. So, in the current implementation, if we call the `getCurrentPosition` on Android `LocationManager` or on iOS `CLLocationManager`, then GPS popup will not come?

@mvanbeusekom So, It would be better to have this exclusive method I think. We should not execute our business logic until we have location services "ON" and `getCurrentPosition` is part...

Yes, not supported exception is a good idea to differentiate between disabled and not supported error. And, boolean will be useful in case of successful execution. I completely agree with...

hi @mvanbeusekom, did you get a chance to look at this issue?

Sure @mvanbeusekom. I Will update if I am able to find something.