Flutter Filter for nearest Place by latitude/longitude
I’m trying to code an app and I’m loading an Eventplace object from my server with the class. I want to use Isar as my offline database, but I don’t know how to filter for the nearest eventplace by lat and lng. Unfortantely I couldn’t add LatLng as an embedded Object bc of their is not default constructor.