@override ILatLng get peek { if (_locationQueue.isNotEmpty) { return _locationQueue.first; } return ILatLng.empty(); }